Skip to content
Snippets Groups Projects
  • Ben Cumming's avatar
    fix modcc bug printing else branches (#93) · bc6bb3ba
    Ben Cumming authored and Sam Yates's avatar Sam Yates committed
    fixes #90
    
    The c and cuda printer were not printing else branches in if else statements.
    * added logic for printing else branches
    * added if-else expressions to data/test.mod
    
    No unit tests were added because we don't currently have a unit testing framework for the output mechanisms.
    bc6bb3ba