summaryrefslogtreecommitdiff
path: root/test/ctlstmt.lc
AgeCommit message (Expand)AuthorFilesLines
2021-01-26bootstrap: Check that blocks start with { or return/break/etc.Samuel Lidén Borell1-0/+4
2021-01-15bootstrap: Parsing of gotoSamuel Lidén Borell1-0/+9
2021-01-15bootstrap: Parsing of "switch" blocksSamuel Lidén Borell1-0/+26
2021-01-13bootstrap: Parsing of "for" loopsSamuel Lidén Borell1-0/+7
2021-01-13bootstrap: Fix parsing of empty blocksSamuel Lidén Borell1-0/+4
2020-12-06bootstrap: Implement loopend/loopempty blocksSamuel Lidén Borell1-2/+5
2020-12-05bootstrap: Implement basic do/while statementSamuel Lidén Borell1-0/+5
2020-12-05bootstrap: Basic test file for if/else and whileSamuel Lidén Borell1-0/+12