Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 253 Bytes

File metadata and controls

16 lines (9 loc) · 253 Bytes

Contributing

Development

  1. Clone the repository

     git clone https://github.com/Open-Controller/language.git
     cd ./language
    
  2. Run with an ocdef file

     cargo run ./test.ocdef ./result.ocbin
    
  3. Run tests

     cargo test