https://github.com/robbepop/cionc-old
The compiler front end for the Cion programming language.
https://github.com/robbepop/cionc-old
compiler deprecated
Last synced: 28 days ago
JSON representation
The compiler front end for the Cion programming language.
- Host: GitHub
- URL: https://github.com/robbepop/cionc-old
- Owner: Robbepop
- License: gpl-3.0
- Created: 2015-01-03T13:07:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T22:31:13.000Z (about 9 years ago)
- Last Synced: 2025-12-21T15:54:11.849Z (6 months ago)
- Topics: compiler, deprecated
- Language: C++
- Size: 9.84 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cion Compiler
This is the old implementation of the Cion programming language compiler.
It is deprecated in favor of the newer implementation in Rust that can be found [here](https://github.com/Robbepop/cionc).
## Functionality
- Efficiently parse Cion files and build up an AST
- Pretty print the AST on the console