Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

lil (Little Interpreted Language)

Getting Started

If the repo submodule appears to be empty or out of date, you may need to run git submodule update --init path/to/repo.

Transpiling

$ intercept-build make
$ c2rust transpile compile_commands.json --emit-build-files -b main --output-dir rust
$ cd rust
$ cargo build