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
Branch
Commit message
Author
Age
main
notes: Type qualifiers, map API, error handling, call syntax
Samuel Lidén Borell
6 days
Age
Commit message
Author
Files
Lines
6 days
notes: Type qualifiers, map API, error handling, call syntax
HEAD
main
Samuel Lidén Borell
4
-0
/
+138
2026-07-19
notes: Optional types, GC, in-place-construction, typestate syntax
Samuel Lidén Borell
4
-3
/
+143
2026-07-18
bootstrap: Remove redundant code for integer vs non-integer comparison
Samuel Lidén Borell
1
-38
/
+6
2026-07-18
bootstrap: Disallow relational operators with possibly-None values
Samuel Lidén Borell
2
-2
/
+10
2026-07-18
bootstrap: Disallow None at both sides of comparison
Samuel Lidén Borell
3
-10
/
+14
2026-07-16
bootstrap: Code after endless loops is unreachable
Samuel Lidén Borell
4
-3
/
+17
2026-07-13
bootstrap: String comparison in switch-case statements
Samuel Lidén Borell
4
-44
/
+56
2026-07-13
bootstrap: Basic handling of assignedness in terminating blocks
Samuel Lidén Borell
2
-14
/
+140
2026-07-09
bootstrap: Consider code after `assert False` as unreachable
Samuel Lidén Borell
1
-3
/
+10
2026-07-09
tests: Make `testfunc` actually do stuff instead of returning early
Samuel Lidén Borell
1
-11
/
+22
[...]
Clone
https://git.kodafritt.se/slul-try2