Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesperkha/neon
Statically typed compiled language
https://github.com/jesperkha/neon
c compiler language neon programming-language transpiler
Last synced: about 2 hours ago
JSON representation
Statically typed compiled language
- Host: GitHub
- URL: https://github.com/jesperkha/neon
- Owner: jesperkha
- Created: 2022-05-01T19:12:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T21:11:21.000Z (about 1 year ago)
- Last Synced: 2023-09-17T21:29:54.213Z (about 1 year ago)
- Topics: c, compiler, language, neon, programming-language, transpiler
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
The Neon programming language
Neon is a statically typed transpiled language that
tries to mimic
the simplicity of C, while including more modern features.
Documentation
•
Report issue
•
Changelog
## About
Neon is a procedural, statically typed, compiled language made with python.
[Project status](changelog.md)
[Feature ideas](ideas.md) (may be added later in the project)
## Documentation
The language is not yet completed, but the overall design is currently being finalized. You can [check it out here.](docs/lang.md)