mirror of
https://github.com/CHC0815/lang.git
synced 2026-05-29 15:42:06 +00:00
No description
- Python 99.9%
| .vscode | ||
| __pycache__ | ||
| basic | ||
| lib | ||
| .gitignore | ||
| basic_run.py | ||
| compile.lang | ||
| deps.sh | ||
| doc.pyns | ||
| grammar.txt | ||
| README.md | ||
| shell.py | ||
| string_with_arrows.py | ||
| test.lang | ||
| test2.lang | ||
lang
- simple interpreted language
- samples: test.lang test2.lang lib/*
- usage:
- pyhton3 shell.py
- python3 shell.py --file FILENAME