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

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.

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