index
:
lrl5
main
[not maintained] LRL5 Programming Language (predecessor of SLUL)
samuel@kodafritt.se
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
bootstrap: Check that blocks start with { or return/break/etc.
Samuel Lidén Borell
1
-0
/
+4
2021-01-15
bootstrap: Parsing of goto
Samuel Lidén Borell
1
-0
/
+9
2021-01-15
bootstrap: Parsing of "switch" blocks
Samuel Lidén Borell
1
-0
/
+26
2021-01-13
bootstrap: Parsing of "for" loops
Samuel Lidén Borell
1
-0
/
+7
2021-01-13
bootstrap: Fix parsing of empty blocks
Samuel Lidén Borell
1
-0
/
+4
2021-01-13
bootstrap: Parsing of enum types
Samuel Lidén Borell
1
-0
/
+10
2021-01-12
bootstrap: Add boolean not/and/or operators
Samuel Lidén Borell
1
-0
/
+15
2021-01-10
bootstrap: Basic parsing of array types
Samuel Lidén Borell
1
-0
/
+2
2020-12-06
bootstrap: Implement loopend/loopempty blocks
Samuel Lidén Borell
1
-2
/
+5
2020-12-05
bootstrap: Implement basic do/while statement
Samuel Lidén Borell
1
-0
/
+5
2020-12-05
bootstrap: Basic test file for if/else and while
Samuel Lidén Borell
1
-0
/
+12
2020-12-05
bootstrap: Emit struct definitions in the correct order
Samuel Lidén Borell
1
-0
/
+30
2020-12-04
bootstrap: Basic C translation of number literals
Samuel Lidén Borell
1
-1
/
+1
2020-10-03
bootstrap: Parsing of expressions
Samuel Lidén Borell
1
-0
/
+38
2020-09-27
bootstrap: Parsing of local variable declarations
Samuel Lidén Borell
3
-0
/
+45
2020-09-27
bootstrap: Use hashtables for struct fields and function parameters
Samuel Lidén Borell
2
-0
/
+25