sicompiler 1.0.1

A basic compiler for SiCoMe programs
Documentation
1
2
3
4
5
pub mod instruction;
pub mod variable;
pub mod init;
pub mod program;
pub mod args;