MASSIVE CHANGES - v2.0 of NextLanguauge
Pre-release
Pre-release
We've been working on this update for quite a while now, v2.0 is the biggest release we've ever done. Changes ranging from rebuilding the entire syntax tree of NXL, to multi file support, bug fixes, along with NXL files now being configured inside the config, rename, and many more!
Major new Features
- A Rebuilt of NextLanguauge's entire syntax tree to use an Abstract Syntax Tree (AST)
- Addition of Multi File Support (You can now run NextLanguage using multiple files now.)
- Addition of
@forand@whileto NextLanguauge's goal of bring a turing complete programming language. - Addition of Importing and Exporting file functions and classes. (Multi File Support)
Changes
- Renamed
CONFIGtomain.config.file - Renamed
BUILD_CONGIGtopackage.config.val - Complete rewrite of the variables registrar