Skip to content

Nubb++3.1 [Official Release Notes]

Compare
Choose a tag to compare
@nubbsterr nubbsterr released this 23 Nov 00:37
· 2 commits to main since this release
  • 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.