An open API service indexing awesome lists of open source software.

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

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
...
```