aboutsummaryrefslogtreecommitdiff
path: root/t/test_2.c
Commit message (Collapse)AuthorAge
* Fixed test to use new template allocAlex Pickering2019-09-28
|
* Added break statement to templatesAlexander Pickering2019-08-28
| | | | | Added a break statement that can break out of loops, also added some tests to test the functionality of the same.
* Added more testAlexander Pickering2019-08-07
| | | | Added more system tests for loop breaking
* Added some unit tests for the break functionality.Alexander Pickering2019-07-21
| | | | | | Sill needs some more tests, like: make sure variable scoping is still correct after breaking out of a loop, how about multiple loops?
* Added break statementAlexander Pickering2019-02-19
Added a break statement that can break out of loops.