Releases: nubbsterr/NubbPlusPlus
Nubb++3.1.1 [Official Release Notes]
- No compiler changes with this update; only lots of debriefing in the changelog.txt.
- New nubb++build bash script added for quicker compilation; run by prompting
bash nubb++build {filename}.nubb++
- NOTE: Henceforth, I'll be moving on to new projects and return to Nubb++ to complete what will probably be its last update featuring compiler optimizations and final bug fixes!
Nubb++ is compiled using CMake with GCC 13.2.0 x86_64-w64-mingw32 (ucrt64) as its kit. You may build Nubb++ from source using CMake with the provided CMakeLists file on this repo.
Nubb++3.1 [Official Release Notes]
-
Implemented the ability to compare array index values to other expressions, see changelog.txt for more info.
-
Discovered bug involving line count for errors, will need to fix this at some point; has yet to be tested.
-
NOTE: This will be the last internal update to Nubb++ (for a while, probably). I plan to implement the below features then move on to other projects! If you wanna know what I'm working on, you can message me on Discord @ nubbieeee :)
-
In addition to the features in the changelog, I do plan to make a final update to the compiler to compile the emitted C++ code into machine code; most likely through some third-party library. We shall see :p
Nubb++ is compiled using CMake with GCC 13.2.0 x86_64-w64-mingw32 (ucrt64)
as its kit. You may build Nubb++ from source using CMake with the provided CMakeLists file on this repo.
Nubb++3.0 [Official Release Notes]
- Created CMake build system for cross-platform compatibility. You can now build Nubb++ from source :)
- Implemented void functions.
- Implemented line count for error messages. Better debugging.
- Updated README to provide links to example folder and better documentation for Nubb++ functionality.
- Added .gitignore for better file management and reducing repo size.
Nubb++ is compiled using CMake with GCC 13.2.0 x86_64-w64-mingw32 (ucrt64)
as its kit. You may build Nubb++ from source using CMake with the provided CMakeLists file on this repo.