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
path:
root
/
bootstrap
Age
Commit message (
Expand
)
Author
Files
Lines
12 hours
bootstrap: Avoid repetition (and line break) in assert
HEAD
main
Samuel Lidén Borell
1
-5
/
+8
12 hours
bootstrap: Fix logical source line longer than 509 characters
Samuel Lidén Borell
1
-12
/
+12
8 days
bootstrap: Fix blake32s on platforms where neither int or long is 32 bit
Samuel Lidén Borell
2
-13
/
+19
8 days
bootstrap: Fix enum value names of True/False/None
Samuel Lidén Borell
3
-12
/
+12
2026-02-21
Use uppercase initials / title case for builtin types and values
Samuel Lidén Borell
10
-101
/
+44
2026-02-15
Beginnings of a specification
Samuel Lidén Borell
1
-1
/
+1
2026-02-15
bootstrap: Update TODOs: Arrays will be implements as list objects
Samuel Lidén Borell
4
-9
/
+6
2026-02-15
bootstrap: Remove unfinished support for nested types
Samuel Lidén Borell
3
-102
/
+26
2026-02-15
bootstrap: Make core types available in interfaces also
Samuel Lidén Borell
2
-1
/
+3
2026-02-15
bootstrap: Rename string.c to escape.c to avoid duplicate filename
Samuel Lidén Borell
2
-4
/
+4
2026-02-08
Notes: APIs, implicit declaration, integer types, package registry, etc.
Samuel Lidén Borell
2
-0
/
+13
2026-02-07
bootstrap: More intuitive errors for missing `end` before next function
Samuel Lidén Borell
4
-6
/
+11
2026-02-07
bootstrap: Implement string comparison
Samuel Lidén Borell
5
-12
/
+65
2026-02-07
bootstrap: Add String.from_codepoint
Samuel Lidén Borell
2
-1
/
+83
2026-02-07
bootstrap: Multi-line assertions are unimplemented
Samuel Lidén Borell
1
-0
/
+4
2026-02-07
bootstrap: Include expression in assertion messages
Samuel Lidén Borell
5
-8
/
+39
2026-02-06
bootstrap: Include filename in assertion messages
Samuel Lidén Borell
3
-25
/
+34
2026-02-06
bootstrap: Implement basic help text based on `giveme`s
Samuel Lidén Borell
1
-1
/
+31
2026-02-06
bootstrap: Implement stdout default for Writer
Samuel Lidén Borell
3
-5
/
+17
2026-02-06
bootstrap: Handling of string escapes
Samuel Lidén Borell
4
-4
/
+104
2026-02-06
bootstrap: Fix out-of-bounds read when escaping strings
Samuel Lidén Borell
1
-7
/
+9
2026-02-06
bootstrap: Fix conflict in `main` with params of preceding function
Samuel Lidén Borell
1
-0
/
+1
2026-02-06
bootstrap: Improve errors for service type declarations and giveme sections
Samuel Lidén Borell
2
-5
/
+10
2026-02-06
bootstrap: Fix clang warning about enum conversion
Samuel Lidén Borell
1
-1
/
+9
2026-01-31
bootstrap: Add const
Samuel Lidén Borell
4
-8
/
+8
2026-01-31
bootstrap: Fix incorrect cast from const to non-const
Samuel Lidén Borell
1
-1
/
+1
2026-01-31
bootstrap: Fix another extranous semicolon in macro
Samuel Lidén Borell
1
-1
/
+1
2026-01-30
bootstrap: Fix extranous semicolon after function-like macro
Samuel Lidén Borell
1
-1
/
+1
2026-01-30
bootstrap: Include stddef.h for unreachable()
Samuel Lidén Borell
2
-0
/
+2
2026-01-29
bootstrap: Fix trailing comma
Samuel Lidén Borell
1
-1
/
+1
2026-01-29
bootstrap: Fall back to defining unreachable() as abort()
Samuel Lidén Borell
2
-2
/
+2
2026-01-29
bootstrap: Fix uninitialized struct member
Samuel Lidén Borell
1
-0
/
+1
2026-01-29
bootstrap: Fix warning about mixed char signedness
Samuel Lidén Borell
2
-2
/
+3
2026-01-29
bootstrap: Remove unused function: store16
Samuel Lidén Borell
1
-7
/
+0
2026-01-27
bootstrap: Typo and grammar fix in comments
Samuel Lidén Borell
3
-6
/
+6
2026-01-27
bootstrap: Clearer notice about modifications of blake2 code
Samuel Lidén Borell
3
-6
/
+18
2026-01-27
bootstrap: Adapt/backport blake2s code to C89
Samuel Lidén Borell
3
-110
/
+51
2026-01-27
bootstrap: Add missing Makefile dependencies for blake2
Samuel Lidén Borell
1
-1
/
+3
2026-01-27
bootstrap: Remove blake2 functions that are not needed for SLUL
Samuel Lidén Borell
3
-332
/
+9
2026-01-26
bootstrap: Normalize whitespace in Makefile
Samuel Lidén Borell
1
-7
/
+7
2026-01-26
bootstrap: Tests for blake2s
Samuel Lidén Borell
2
-11
/
+133
2026-01-26
bootstrap: Remove unused variable from Makefile
Samuel Lidén Borell
1
-2
/
+2
2026-01-26
bootstrap: Run gcc -fanalyzer on RTL also
Samuel Lidén Borell
1
-2
/
+6
2026-01-25
bootstrap: Use blake2s for API-checking
Samuel Lidén Borell
2
-118
/
+19
2026-01-25
bootstrap: Add blake2s reference code
Samuel Lidén Borell
3
-0
/
+722
2026-01-25
bootstrap: Add sparse to check-all
Samuel Lidén Borell
1
-3
/
+13
2026-01-25
bootstrap: Remove arbitrary limit of number of source files
Samuel Lidén Borell
4
-14
/
+17
2026-01-25
bootstrap: Make variable static
Samuel Lidén Borell
1
-1
/
+1
2026-01-24
bootstrap: Fix race condition / flakiness in check-all
Samuel Lidén Borell
1
-6
/
+3
2026-01-24
bootstrap: Add TODOs
Samuel Lidén Borell
2
-0
/
+14
[next]