Neo compiler
Lexing, parsing, semantic analysis, C++17 generation, and native compiler driver.
Includes the Neo compiler, runtime headers, examples, and documentation.
No separate GCC setup is required. Neo finds and uses the toolchain included with the installation.
Checksum fileOpen ↗Windows SmartScreen: this first public build is not code-signed yet, so Windows may ask you to confirm before installation.
Choose the installation folder during setup. Neo is added to PATH, and the bundled compiler stays private to Neo.
Lexing, parsing, semantic analysis, C++17 generation, and native compiler driver.
A bundled MinGW toolchain configured for generated Neo programs.
The vector, numerical, I/O, and control-flow runtime used by generated code.
String vector operations, command-line arguments, mixed real/imaginary arithmetic, and numerical tools.
The language reference, specification, migration notes, and project README.
A normal Windows uninstall entry and clean PATH removal.
Close the old terminal, open a new PowerShell window, then run the commands shown here.
neo --version neo --doctor neo hello.neo -o hello.exe .\hello.exe
hello world! from NeoThe Windows installer is the native compiler package. The complete Neo interpreter is committed as Neo source and can be built with the installed compiler.
Neo builds with CMake and Ninja. The repository includes tests, examples, docs, and installer tooling.