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
- Host: GitHub
- URL: https://github.com/sourcewarelab/neo
- Owner: SourcewareLab
- Created: 2025-03-10T08:17:26.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-03-20T09:09:06.000Z (about 1 year ago)
- Last Synced: 2025-03-20T10:23:49.836Z (about 1 year ago)
- Language: Go
- Size: 1.42 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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"`
```