index
:
lrl
master
[not maintained] LRL Programming Language (predecessor of SLUL)
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
tests
/
tokenizer
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-16
Add "char" type
Samuel Lidén Borell
2
-20
/
+20
2020-07-13
Tests: Add missing return statements to tests
Samuel Lidén Borell
1
-1
/
+1
2020-07-03
Tests: Extend the existing tests + fix locale bug in script
Samuel Lidén Borell
1
-1
/
+6
2016-04-17
Tests: Fix comments test
Samuel Lidén Borell
1
-3
/
+1
2016-04-16
Tokenizer: Disallow /* and */ in line comments and the sequence *//
Samuel Lidén Borell
2
-1
/
+26
2015-07-05
String: Require /* and */ to be escaped in strings
Samuel Lidén Borell
2
-0
/
+10
2015-02-28
Fix most remaining crashes and freezes found with zzuf
Samuel Lidén Borell
1
-0
/
+7
2014-05-31
Tests: Implement proper testing of errors (*.bad files)
Samuel Lidén Borell
14
-1
/
+28
2014-03-23
Tests: Make tokenizer tests compile and rename those that still don't
Samuel Lidén Borell
9
-7
/
+16
2014-03-22
Tokenizer: Add test for repeated plus/minus
Samuel Lidén Borell
1
-0
/
+16
2013-09-15
Tokenizer: Disallow uppercase X in hex 0x prefix
Samuel Lidén Borell
2
-1
/
+1
2013-07-06
Tokenizer: Hexadecimal numbers
Samuel Lidén Borell
2
-0
/
+14
2013-07-06
Tokenizer: Allow underscore as a thousands separator in numbers
Samuel Lidén Borell
2
-0
/
+8
2012-05-26
Tokenizer: Nested comments
Samuel Lidén Borell
2
-8
/
+15
2012-04-21
Tokenizer: Implement parsing of strings
Samuel Lidén Borell
2
-0
/
+26
2012-03-10
Rename the test files to have _ instead of - in them
Samuel Lidén Borell
13
-0
/
+0
2012-01-29
Parser: Fix endless loop with unclosed { or [
Samuel Lidén Borell
2
-0
/
+2
2011-11-11
Tokenizer: Implement // and /* */ comments
Samuel Lidén Borell
4
-0
/
+23
2011-11-02
Tokenizer: Implement decimal integers and reals
Samuel Lidén Borell
2
-0
/
+37
2011-10-27
Tokenizer: Allow numbers in identifiers
Samuel Lidén Borell
1
-0
/
+9
2011-10-23
Add a "test" target to the Makefile
Samuel Lidén Borell
13
-0
/
+12