1.0.5 • Published 5 years ago

@chicode/lisa-vm v1.0.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

Lisa VM

An interpreter for 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 file for more details.

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago