rcc
A compiler for the R language
Book: https://github.com/IUCompilerCourse/Essentials-of-Compilation
R1
exp ::= int | (read) | (-exp) | (+exp exp) | var | (let ([var exp]) exp)
R1 ::= (program info exp)
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upType | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
src | ||
![]() |
tests | ||
![]() |
.gitignore | ||
![]() |
Makefile | ||
![]() |
README.md | ||
![]() |
TODO | ||
![]() |
main.c | ||
![]() |
map.png | ||
![]() |
notes.md | ||
![]() |
runtime.c |
A compiler for the R language
Book: https://github.com/IUCompilerCourse/Essentials-of-Compilation
exp ::= int | (read) | (-exp) | (+exp exp) | var | (let ([var exp]) exp)
R1 ::= (program info exp)