https://github.com/jb3/sef
A teeny tiny language written in Python to teach me some stuffs about AST
https://github.com/jb3/sef
abstract-syntax-tree programming-language python3
Last synced: 10 months ago
JSON representation
A teeny tiny language written in Python to teach me some stuffs about AST
- Host: GitHub
- URL: https://github.com/jb3/sef
- Owner: jb3
- License: mit
- Created: 2018-09-24T18:12:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T19:09:33.000Z (over 7 years ago)
- Last Synced: 2025-01-29T23:41:41.039Z (12 months ago)
- Topics: abstract-syntax-tree, programming-language, python3
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sef interpreter
## Example code
Requires Python 3.7 because I use dataclasses.
```bash
$ python3.7 -m sef example.sef
...
```