Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 496 Bytes

File metadata and controls

12 lines (8 loc) · 496 Bytes

NeoLang

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.

CLI

To build the binary :- go build .

To run the binary :- ./NeoLang -path="./file.neo"