Awesome
punky
a simple functional language interpreter
Notes
To add a new builtin type you have to:
- add a tuple to BUILTINS in mkbuiltins.py
- write the implementation of builtin_apply_{NAME} in builtin.c.in
a simple functional language interpreter
To add a new builtin type you have to: