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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-27
notes: Basic memory model
HEAD
main
Samuel Lidén Borell
1
-0
/
+117
2021-01-26
bootstrap: Check that blocks start with { or return/break/etc.
Samuel Lidén Borell
2
-3
/
+20
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
4
-5
/
+80
2021-01-15
bootstrap: Parsing of "switch" blocks
Samuel Lidén Borell
3
-4
/
+135
2021-01-13
bootstrap: Parsing of "for" loops
Samuel Lidén Borell
3
-5
/
+42
2021-01-13
bootstrap: Fix parsing of empty blocks
Samuel Lidén Borell
4
-1
/
+12
2021-01-13
bootstrap: Parsing of enum types
Samuel Lidén Borell
5
-22
/
+84
2021-01-13
notes: Efficient struct padding with backwards compatibility
Samuel Lidén Borell
1
-0
/
+36
2021-01-12
bootstrap: Add boolean not/and/or operators
Samuel Lidén Borell
4
-11
/
+53
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
5
-15
/
+47
2021-01-09
bootstrap: Beginning of type handling
Samuel Lidén Borell
7
-50
/
+340
2020-12-21
notes: More abbreviations and some thoughs on syntax
Samuel Lidén Borell
2
-4
/
+29
2020-12-13
notes: Naming conventions
Samuel Lidén Borell
1
-0
/
+374
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
4
-11
/
+128
2020-12-05
bootstrap: Implement basic do/while statement
Samuel Lidén Borell
3
-4
/
+16
2020-12-05
bootstrap: Basic test file for if/else and while
Samuel Lidén Borell
1
-0
/
+12
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
notes: Lower bound / base index in arrays?
Samuel Lidén Borell
1
-0
/
+1
2020-12-05
bootstrap: Emit struct definitions in the correct order
Samuel Lidén Borell
4
-6
/
+95
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
2
-4
/
+16
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-04
notes: Idea about requiring a keyword on sequential loops
Samuel Lidén Borell
1
-0
/
+14
2020-10-03
bootstrap: Parsing of expressions
Samuel Lidén Borell
4
-21
/
+643
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
7
-69
/
+290
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
5
-43
/
+124
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
6
-10
/
+87
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-20
Notes: More notes about growing data structure allocation in arenas
Samuel Lidén Borell
2
-0
/
+75
2020-09-16
Add notes about reference types and map data types
Samuel Lidén Borell
4
-2
/
+127
[next]