- 'character' type, only contructible by decomposing strings
- 'boom' builtin function ;) to create a list of characters from a string
- string library with basic manipulation functionalities
- slightly improved Makefile
- Maps and Vectors can be applied as functions, using keys and int as
their arguments
- Added Identity function
- Test before install
- added conditional mapping
Previously only returned last element of ast, without evaluating other
elements
recursive env_get is now iterative
Signed-off-by: teo3300 <matteo.rogora@live.it>
Previously the interactive mode looped on a READ fail
Now inner READ errors are treated as unrecoverable and cause the reader
to reset
Signed-off-by: teo3300 <matteo.rogora@live.it>