Neo is a blazingly fast programming language with a focus on performance and seamless C interoperability. Built with Go, its compiler translates Neo code directly to highly optimized C, enabling efficient execution with minimal overhead. Designed for speed and flexibility, Neo empowers developers to write modern, expressive code while leveraging the power of C’s ecosystem.
To build the binary :-
go build .
To run the binary :-
./NeoLang -path="./file.neo"