https://github.com/chicode/lisa-vm
An interpreter for Lisa and Lisa-esque languages
https://github.com/chicode/lisa-vm
Last synced: about 1 month ago
JSON representation
An interpreter for Lisa and Lisa-esque languages
- Host: GitHub
- URL: https://github.com/chicode/lisa-vm
- Owner: chicode
- License: gpl-3.0
- Created: 2019-05-21T03:17:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:15:26.000Z (over 3 years ago)
- Last Synced: 2025-11-03T02:29:47.254Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lisa VM
An interpreter for [Lisa](https://github.com/chicode/lisa) and Lisa-esque
languages
## Features
- Good error messages: if each AST node has a `location` field, that will be
returned with each error.
- No exceptions except when by programmer error: e.g. type error, wrong number
of arguments, undeclared variable. Otherwise, errors are data.
## License
This project is licensed under the GPLv3 license. Please see the
[LICENSE](LICENSE) file for more details.