Add transpiler with keywords and tests

This commit is contained in:
2026-05-01 23:32:25 -05:00
parent 23af363dfb
commit a8e51967ed
8 changed files with 69 additions and 6 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
# Build
*.egg-info/
*.egg
dist/
build/
# uv
*.egg