An open API service indexing awesome lists of open source software.

https://github.com/sourcewarelab/neo

A blazingly fast programming language
https://github.com/sourcewarelab/neo

Last synced: about 1 month ago
JSON representation

A blazingly fast programming language

Awesome Lists containing this project

README

          

# 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"`
```