Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 151 Bytes

File metadata and controls

10 lines (7 loc) · 151 Bytes

rclang

rclang is a self-hosted C89 compiler.

Test

$ yacc -d c.y && lex lex.l && clang lex.yy.c y.tab.c main.c -ll && ./a.out

Status