index
:
slul-try2
main
SLUL Programming Language, try 2 (simplified version)
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
notes: Embedded structs
HEAD
main
Samuel Lidén Borell
1
-0
/
+31
6 days
notes: Arena output, assert keyword, optional types, secure dev process
Samuel Lidén Borell
4
-1
/
+233
7 days
specification: Fix section references
Samuel Lidén Borell
1
-24
/
+28
7 days
bootstrap: Disallow nested function calls in `giveme` section
Samuel Lidén Borell
1
-1
/
+4
7 days
Rename "service type definition" to "entry header line"
Samuel Lidén Borell
7
-80
/
+82
12 days
notes: optional types / error handling, repo limits for non-members
Samuel Lidén Borell
3
-0
/
+67
12 days
bootstrap: Check that enum values don't have same names as types
Samuel Lidén Borell
3
-1
/
+22
12 days
bootstrap: Fix missing source location for enum values
Samuel Lidén Borell
1
-0
/
+1
13 days
notes: Combining errors and optional values
Samuel Lidén Borell
1
-0
/
+42
2026-05-24
bootstrap rtl: Make bitshift less ambiguous to read
Samuel Lidén Borell
1
-5
/
+5
2026-05-24
bootstrap: Remove some dead code
Samuel Lidén Borell
2
-2
/
+0
2026-05-24
bootstrap: Fix unnecessary variable assignment/add-assignment
Samuel Lidén Borell
2
-5
/
+3
2026-05-24
bootstrap rtl: Fix Reader limit not being decreased
Samuel Lidén Borell
1
-0
/
+1
2026-05-24
notes: typestate pre/post-condition syntax
Samuel Lidén Borell
1
-2
/
+244
2026-05-22
Some TODO/FIXME comments regarding typeparams/generics
Samuel Lidén Borell
2
-0
/
+20
2026-05-22
bootstrap: Properly fix workarounds for typeparams
Samuel Lidén Borell
8
-47
/
+168
2026-05-20
bootstrap rtl: List.add and List.insert_first
Samuel Lidén Borell
3
-9
/
+86
2026-05-20
bootstrap: Temporary workaround for type-parametric function parameters
Samuel Lidén Borell
1
-2
/
+16
2026-05-20
bootstrap: Temporary workaround for typecompat of typeparams
Samuel Lidén Borell
1
-0
/
+7
2026-05-20
tests: Make test more robust by printing message after all checks
Samuel Lidén Borell
1
-2
/
+4
2026-05-20
bootstrap rtl: Implement List constructor and count method
Samuel Lidén Borell
6
-0
/
+61
2026-05-20
rtl: Basic interface of List type
Samuel Lidén Borell
1
-0
/
+50
2026-05-20
bootstrap: typeparam declarations. Test of type-parametric class
Samuel Lidén Borell
10
-4
/
+130
2026-05-20
bootstrap: Fix parsing of `only`-sections in interface files
Samuel Lidén Borell
1
-1
/
+2
2026-05-19
notes: Possibility to use loopcall for allocation optimisation
Samuel Lidén Borell
1
-0
/
+29
2026-05-19
bootstrap: Parsing of type parameter usage
Samuel Lidén Borell
3
-12
/
+74
2026-05-18
bootstrap rtl: Implement read_u32_le and write_u*
Samuel Lidén Borell
4
-13
/
+63
2026-05-18
bootstrap rtl: Fix default (stdin) for Reader
Samuel Lidén Borell
1
-1
/
+1
2026-05-18
notes: optional types (and optional type-generic elements), mutability
Samuel Lidén Borell
2
-2
/
+67
2026-05-17
bootstrap rtl: Fix clang -Wsign-conversion warning
Samuel Lidén Borell
1
-1
/
+1
2026-05-17
bootstrap: Implement some basic Reader functions
Samuel Lidén Borell
10
-5
/
+265
2026-05-17
rtl: Various additions and changes to the Reader and Writer classes
Samuel Lidén Borell
1
-26
/
+92
2026-05-17
bootstrap rtl: Fix comparison of "-" for stdout Writer
Samuel Lidén Borell
1
-1
/
+1
2026-05-15
Basic design and thoughs about the built-in Reader class
Samuel Lidén Borell
1
-2
/
+161
2026-05-15
Notes: GC, single file projects
Samuel Lidén Borell
2
-0
/
+60
2026-05-15
Expand TODO comment about optional types
Samuel Lidén Borell
1
-0
/
+10
2026-05-14
bootstrap: Fix long options with placeholders in RTL show_help
Samuel Lidén Borell
1
-1
/
+1
2026-05-14
bootstrap: Fix True in `giveme` lines
Samuel Lidén Borell
3
-3
/
+3
2026-05-14
Simplify test code now that TODO has been fixed
Samuel Lidén Borell
1
-6
/
+2
2026-05-14
bootstrap: Implement non-option arguments in RTL
Samuel Lidén Borell
2
-10
/
+116
2026-05-14
bootstrap: Fix MessageReporter multiple arguments
Samuel Lidén Borell
2
-5
/
+3
2026-05-14
bootstrap: RTL functions for String command-line arguments
Samuel Lidén Borell
3
-4
/
+61
2026-05-12
bootstrap: Fix conversion warning in blake2-impl.h
Samuel Lidén Borell
1
-9
/
+9
2026-05-10
bootstrap: Ensure `this` is not reassigned
Samuel Lidén Borell
4
-2
/
+23
2026-05-10
bootstrap: Use proper method of emitting fields and variable accesses
Samuel Lidén Borell
1
-6
/
+10
2026-05-10
bootstrap: Suppress unused variable warnings after const-evaluation
Samuel Lidén Borell
3
-3
/
+15
2026-05-10
bootstrap: Warn about unused variables (in transpiler frontend)
Samuel Lidén Borell
5
-0
/
+30
2026-05-10
bootstrap: Fix line number of local variables without initvals
Samuel Lidén Borell
1
-1
/
+1
2026-05-09
bootstrap: Redesign of typechecking code to support typescopes properly
Samuel Lidén Borell
12
-506
/
+762
2026-05-09
bootstrap: Filter more libc funcs in make bt (backtrace) target
Samuel Lidén Borell
1
-1
/
+3
[next]