[meta] Remove the Python DSL

KILL THE SNAKE WITH FIRE.
This commit is contained in:
Benjamin Bouvier
2019-06-20 17:04:55 +02:00
parent 88307f693a
commit f29a26de14
75 changed files with 1 additions and 17405 deletions

View File

@@ -84,14 +84,6 @@ build.
[Rust Update Policy for Firefox]: https://wiki.mozilla.org/Rust_Update_Policy_for_Firefox#Schedule
### Python
Our Python code is checked with [mypy](http://mypy-lang.org/) and
[flake8](http://flake8.pycqa.org/en/latest/); see the
[check.sh](https://github.com/CraneStation/cranelift/blob/master/cranelift-codegen/meta-python/check.sh)
file for details. The versions available in common package repositories such
as Ubuntu or Homebrew typically work fine.
## Development Process
We use [issues] for asking questions and tracking bugs and unimplemented