aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/tokenizer
AgeCommit message (Expand)AuthorFilesLines
2020-08-16Add "char" typeSamuel Lidén Borell2-20/+20
2020-07-13Tests: Add missing return statements to testsSamuel Lidén Borell1-1/+1
2020-07-03Tests: Extend the existing tests + fix locale bug in scriptSamuel Lidén Borell1-1/+6
2016-04-17Tests: Fix comments testSamuel Lidén Borell1-3/+1
2016-04-16Tokenizer: Disallow /* and */ in line comments and the sequence *//Samuel Lidén Borell2-1/+26
2015-07-05String: Require /* and */ to be escaped in stringsSamuel Lidén Borell2-0/+10
2015-02-28Fix most remaining crashes and freezes found with zzufSamuel Lidén Borell1-0/+7
2014-05-31Tests: Implement proper testing of errors (*.bad files)Samuel Lidén Borell14-1/+28
2014-03-23Tests: Make tokenizer tests compile and rename those that still don'tSamuel Lidén Borell9-7/+16
2014-03-22Tokenizer: Add test for repeated plus/minusSamuel Lidén Borell1-0/+16
2013-09-15Tokenizer: Disallow uppercase X in hex 0x prefixSamuel Lidén Borell2-1/+1
2013-07-06Tokenizer: Hexadecimal numbersSamuel Lidén Borell2-0/+14
2013-07-06Tokenizer: Allow underscore as a thousands separator in numbersSamuel Lidén Borell2-0/+8
2012-05-26Tokenizer: Nested commentsSamuel Lidén Borell2-8/+15
2012-04-21Tokenizer: Implement parsing of stringsSamuel Lidén Borell2-0/+26
2012-03-10Rename the test files to have _ instead of - in themSamuel Lidén Borell13-0/+0
2012-01-29Parser: Fix endless loop with unclosed { or [Samuel Lidén Borell2-0/+2
2011-11-11Tokenizer: Implement // and /* */ commentsSamuel Lidén Borell4-0/+23
2011-11-02Tokenizer: Implement decimal integers and realsSamuel Lidén Borell2-0/+37
2011-10-27Tokenizer: Allow numbers in identifiersSamuel Lidén Borell1-0/+9
2011-10-23Add a "test" target to the MakefileSamuel Lidén Borell13-0/+12