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
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
7 days
Notes: class sections syntax, restricted type parameters
Samuel Lidén Borell
2
-0
/
+149
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
12 days
Notes: Generics
Samuel Lidén Borell
1
-0
/
+21
12 days
Notes: Disallow identity types in static data(?), Mutability
Samuel Lidén Borell
4
-1
/
+23
14 days
Notes: Avoding builtin types. Generics.
Samuel Lidén Borell
2
-0
/
+293
2026-02-21
Use uppercase initials / title case for builtin types and values
Samuel Lidén Borell
15
-183
/
+135
2026-02-20
Notes: Typescopes, uppercase/lowercase identifiers
Samuel Lidén Borell
2
-0
/
+132
2026-02-15
Beginnings of a specification
Samuel Lidén Borell
2
-1
/
+466
2026-02-15
bootstrap: Update TODOs: Arrays will be implements as list objects
Samuel Lidén Borell
4
-9
/
+6
2026-02-15
Notes: Combining lists/arrays and de-combining wrapping/non-wrapping types
Samuel Lidén Borell
2
-0
/
+131
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
5
-1
/
+14
2026-02-15
bootstrap: Rename string.c to escape.c to avoid duplicate filename
Samuel Lidén Borell
2
-4
/
+4
2026-02-08
tests: Fix outdir location when running from bootstrap/ directory
Samuel Lidén Borell
1
-0
/
+2
2026-02-08
Notes: APIs, implicit declaration, integer types, package registry, etc.
Samuel Lidén Borell
8
-1
/
+193
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
8
-14
/
+82
2026-02-07
bootstrap: Add String.from_codepoint
Samuel Lidén Borell
3
-1
/
+89
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
4
-25
/
+36
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
2
-0
/
+10
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-02-01
tests: Allow runtests.sh to be run from the bootstrap directory
Samuel Lidén Borell
1
-1
/
+1
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
tests: Fix file copy error under UnxUtils on ReactOS
Samuel Lidén Borell
1
-1
/
+2
2026-01-30
tests: Also run final executable under Valgrind
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
tests: Run tests under Valgrind if available
Samuel Lidén Borell
1
-2
/
+26
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
[next]