Skip to content

thaisacs/grcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRC COMPILER -- GRCC

GRCC is a compiler for the Grace programming language. It's intended to support all Grace language features, specified in https://din-ilp2018.readthedocs.io/en/latest/.

Building it

mkdir build && cd build
cmake ..
make install

Usage

Usage: grcc [options] -f <filename>
Options:
  -h           Display this information.
  -O           Active optimization.
  -l           Write scopes in file 'GRCLog.out'.
  -v           Display IR.

About

Grace Programming Language Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published