Initial transpiler PoC. Supports most usual Python structures, and a basic...
Initial transpiler PoC. Supports most usual Python structures, and a basic builtins module is provided.
Showing
.clang-format
0 → 100644
.clang-tidy
0 → 100644
.gitignore
0 → 100644
rt/examples/.gitignore
0 → 100644
trans/.gitignore
0 → 100644
trans/main.py
0 → 100644
trans/requirements.txt
0 → 100644
trans/test_runner.py
0 → 100644
trans/tests/.gitignore
0 → 100644
trans/tests/builtins_test.py
0 → 100644
trans/transpiler/__init__.py
0 → 100644
This diff is collapsed.
trans/transpiler/format.py
0 → 100644
trans/typon/__init__.py
0 → 100644
Please register or sign in to comment