-
Notifications
You must be signed in to change notification settings - Fork 0
kkragoth-mimuw/instant
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* Compiler is written using Rust (https://www.rust-lang.org/learn/get-started) To install Rust on students run: $ wget -O rustup.sh https://sh.rustup.rs && sh rustup.sh -y * I'm using larlpop library (https://github.com/lalrpop/lalrpop) to parse and generate ast. * Directory: src/ast.rs - Abstract Syntax Tree definitions src/insc_{jvm/llvm} - main used for {jvm/llvm} binary src/{jvm/llvm} - library for {jvm/llvm} src/instant_parser.lalrpop - grammar for instant src/instant_parser.rs - parser generated by larlpopo lib/jasmin.jar - copied jasmin from students lib/runtime.bc - copied from students
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published