Maybe I do a pull request but here are some of them.
some useful improvements for the interpreter:
- use arenas instead of raw allocations
- better error output
- it would be nice to have an AST instead of using raw tokens
- implement a JIT for better peformance
- Add contribute.md
some useful features to the lenguage::
- while
- for
- foreach
- anonymous functions
- function pointers
- outln
- string manipulation
- aconst
- tag unions or unions
- compile time eval
- FFI maybe with libFFI becouse it is easy to implement
- multiple parameters in functions
Maybe I do a pull request but here are some of them.
some useful improvements for the interpreter:
some useful features to the lenguage::