Skip to content

Michael1015198808/ncmmg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A naive cmm code generator (with an automatically testing tool.)

Usage

To compile the code generator, type

make

To start testing, type

./run.sh

(you need to comment out outputs in irsim:main.cc, because this run.sh uses a naive diff.)

(All test data that you're wrong will be copied into tests/)

Grammers

Grammers that will be tested

  • Arithmetic without division (Because divided by zero is hard to solve)
  • declare and airhtmetics of array.
  • if and if-else.
  • while

About

A naive cmm code generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published