Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 376 Bytes

Description

Toy language Language built in Rust using LALRPOP and LLVM (Inkwell).

The grammar is copied from pku-minic.

Test

cargo test

Run

cargo run -- -i input/hello.c -o output/hello.ll -s output/hello.riscv