Skip to content
Version 1.0.2

* Fixes
   - importation of libraries running some initialisation
   - match of litterals in macros
   - exportation of symbols of libraries

* Added
   - foreign pointers
   - builtin boxes
   - more makers for bytevectors
   - macro for validation of INTEGERS
   - more functions for symbols

* Changed
   - naming of foreign functions
   - precise distinction of SIZE versus LENGTH for strings and symbols
   - integer operation are optimized
   - improved handling of proc/syntax/oper/instr internaly
   - internal use of boxes for locations

* In progress
   - handling integer overflow