Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cliffeh/punky
a simple functional language interpreter
https://github.com/cliffeh/punky
Last synced: 2 months ago
JSON representation
a simple functional language interpreter
- Host: GitHub
- URL: https://github.com/cliffeh/punky
- Owner: cliffeh
- License: gpl-2.0
- Created: 2012-11-01T17:12:43.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T14:23:02.000Z (about 1 year ago)
- Last Synced: 2024-08-03T18:16:45.405Z (6 months ago)
- Language: C
- Size: 243 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - punky
README
# punky
a simple functional language interpreter## Notes
To add a new builtin type you have to:1) add a tuple to BUILTINS in mkbuiltins.py
2) write the implementation of builtin_apply_{NAME} in builtin.c.in