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
/
bootstrap
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
-3
/
+16
2021-01-16
bootstrap: Add missing entry in operator table
Samuel Lidén Borell
1
-0
/
+1
2021-01-16
bootstrap: Avoid printing some unnecessary parentheses
Samuel Lidén Borell
1
-23
/
+35
2021-01-15
bootstrap: Translation of goto
Samuel Lidén Borell
1
-3
/
+11
2021-01-15
bootstrap: Parsing of goto
Samuel Lidén Borell
3
-5
/
+71
2021-01-15
bootstrap: Parsing of "switch" blocks
Samuel Lidén Borell
2
-4
/
+109
2021-01-13
bootstrap: Parsing of "for" loops
Samuel Lidén Borell
2
-5
/
+35
2021-01-13
bootstrap: Fix parsing of empty blocks
Samuel Lidén Borell
3
-1
/
+8
2021-01-13
bootstrap: Parsing of enum types
Samuel Lidén Borell
4
-22
/
+74
2021-01-12
bootstrap: Add boolean not/and/or operators
Samuel Lidén Borell
3
-11
/
+38
2021-01-12
bootstrap: Add remaining terminating keywords to expr parser + minor cleanups
Samuel Lidén Borell
2
-8
/
+48
2021-01-10
bootstrap: Fix compiler warnings
Samuel Lidén Borell
3
-14
/
+10
2021-01-10
bootstrap: Basic parsing of array types
Samuel Lidén Borell
4
-15
/
+45
2021-01-09
bootstrap: Beginning of type handling
Samuel Lidén Borell
6
-48
/
+337
2020-12-06
bootstrap: Rename StmtBlock to Block
Samuel Lidén Borell
4
-47
/
+47
2020-12-06
bootstrap: Implement loopend/loopempty blocks
Samuel Lidén Borell
3
-9
/
+123
2020-12-05
bootstrap: Implement basic do/while statement
Samuel Lidén Borell
2
-4
/
+11
2020-12-05
bootstrap: Basic translation of if/else and while
Samuel Lidén Borell
3
-24
/
+164
2020-12-05
bootstrap: Fix source column after identifiers and numbers
Samuel Lidén Borell
1
-2
/
+8
2020-12-05
bootstrap: Fix operator-assign and equals operators
Samuel Lidén Borell
2
-2
/
+2
2020-12-05
bootstrap: Fix missing "return 1;"
Samuel Lidén Borell
1
-1
/
+1
2020-12-05
bootstrap: Emit struct definitions in the correct order
Samuel Lidén Borell
3
-6
/
+65
2020-12-05
bootstrap: Fix typo in identifier dereferencing in types
Samuel Lidén Borell
1
-3
/
+3
2020-12-05
bootstrap: Fix tokenization of "ref" keyword
Samuel Lidén Borell
1
-1
/
+1
2020-12-05
bootstrap: Add missing constant for unknown-length array
Samuel Lidén Borell
1
-1
/
+2
2020-12-04
bootstrap: Basic C translation of number literals
Samuel Lidén Borell
1
-3
/
+15
2020-12-04
bootstrap: Interpret "-" output as an alias for stdout
Samuel Lidén Borell
1
-5
/
+11
2020-10-04
bootstrap: Basic C translation of statements and expressions
Samuel Lidén Borell
4
-19
/
+427
2020-10-04
bootstrap: Support for nested arenas
Samuel Lidén Borell
1
-32
/
+47
2020-10-03
bootstrap: Parsing of expressions
Samuel Lidén Borell
3
-21
/
+605
2020-10-03
bootstrap: Fix uninitialized pointers
Samuel Lidén Borell
1
-0
/
+3
2020-10-03
bootstrap: Check for memory allocation failure
Samuel Lidén Borell
2
-3
/
+15
2020-10-03
bootstrap: Add check of uintptr_t definition for C89
Samuel Lidén Borell
1
-2
/
+4
2020-09-27
bootstrap: Parsing of local variable declarations
Samuel Lidén Borell
4
-69
/
+245
2020-09-27
bootstrap: Translation of function definitions
Samuel Lidén Borell
2
-7
/
+39
2020-09-27
bootstrap: Use hashtables for struct fields and function parameters
Samuel Lidén Borell
3
-43
/
+99
2020-09-27
bootstrap: Include source file name in error messages
Samuel Lidén Borell
1
-1
/
+3
2020-09-26
bootstrap: Basic parsing and translation of types
Samuel Lidén Borell
3
-26
/
+320
2020-09-24
bootstrap: C code generator stub
Samuel Lidén Borell
4
-8
/
+83
2020-09-23
bootstrap: Implement parsing of named and builtin types
Samuel Lidén Borell
3
-11
/
+36
2020-09-22
bootstrap: Add basic identifier handling
Samuel Lidén Borell
3
-31
/
+183
2020-09-14
bootstrap: Refactor type flags into a bitfield
Samuel Lidén Borell
3
-48
/
+57
2020-09-13
Fix some clang -Weverything warnings
Samuel Lidén Borell
4
-22
/
+31
2020-09-13
Initial commit
Samuel Lidén Borell
5
-0
/
+1299