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
/
typechk.c
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
bootstrap: Add missing return statement. Add various TODO comments
Samuel Lidén Borell
1
-0
/
+35
8 days
bootstrap: Follow types of local variables
Samuel Lidén Borell
1
-3
/
+13
8 days
bootstrap: Fix division by zero when multiplying by zero
Samuel Lidén Borell
1
-1
/
+1
8 days
bootstrap: Replace constant subexpressions with literals
Samuel Lidén Borell
1
-0
/
+99
13 days
bootstrap: Fix/improve range check of mod operator
Samuel Lidén Borell
1
-25
/
+67
13 days
bootstrap: Split up check_type_compat function and reuse is_const
Samuel Lidén Borell
1
-1
/
+1
2025-05-30
bootstrap: Fix comparison operators with bool operands
Samuel Lidén Borell
1
-2
/
+12
2025-05-30
bootstrap: Detect always-false assert's
Samuel Lidén Borell
1
-0
/
+16
2025-05-30
bootstrap: Range checks of mod operator
Samuel Lidén Borell
1
-0
/
+32
2025-05-30
bootstrap: Check operand compatibility in == and <>
Samuel Lidén Borell
1
-1
/
+3
2025-05-30
bootstrap: Basic type compatibility checks
Samuel Lidén Borell
1
-16
/
+33
2025-05-29
bootstrap: Basic type/range checking inside expressions
Samuel Lidén Borell
1
-0
/
+441