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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
31 hours
bootstrap: Use unsigned line numbers. Fix unused labels in emitted code
Samuel Lidén Borell
1
-2
/
+0
31 hours
bootstrap: Fix unused variable warning in emitted code for empty switch
Samuel Lidén Borell
1
-3
/
+2
31 hours
Fix warnings about unused parameters and variables
Samuel Lidén Borell
1
-1
/
+1
36 hours
bootstrap: Replace ?= with = in Makefile
Samuel Lidén Borell
1
-12
/
+12
2 days
bootstrap: Compile stage2 with most warnings enabled
Samuel Lidén Borell
1
-1
/
+5
4 days
bootstrap: Makefile target for running stage1 under gdb
Samuel Lidén Borell
1
-1
/
+5
2025-06-18
bootstrap: Avoid .plist files from clang-analyze
Samuel Lidén Borell
1
-1
/
+2
2025-06-18
bootstrap: Avoid double file extension
Samuel Lidén Borell
1
-4
/
+4
2025-06-17
bootstrap: Basic type checking of functions
Samuel Lidén Borell
1
-0
/
+2
2025-06-02
bootstrap: Makefile target for complexity checking with pmccabe
Samuel Lidén Borell
1
-0
/
+2
2025-05-31
bootstrap: Fix header dependencies in Makefile
Samuel Lidén Borell
1
-1
/
+2
2025-05-31
bootstrap: Fix C compiler error for string constants
Samuel Lidén Borell
1
-1
/
+1
2025-05-30
bootstrap: Basic type compatibility checks
Samuel Lidén Borell
1
-0
/
+2
2025-05-29
bootstrap: Basic type/range checking inside expressions
Samuel Lidén Borell
1
-0
/
+2
2025-05-24
boostrap: Check for long lines
Samuel Lidén Borell
1
-1
/
+8
2025-05-24
Split and/or shorten long lines
Samuel Lidén Borell
1
-1
/
+2
2025-05-24
Dual-license under LGPL-2.1 or later
Samuel Lidén Borell
1
-1
/
+1
2025-05-12
Rename the bootstrap compiler (previously called stage0) to stage1
Samuel Lidén Borell
1
-13
/
+13
2025-05-12
Rename stage1 to stage2
Samuel Lidén Borell
1
-12
/
+12
2025-05-12
Rename "stage0" to "bootstrap compiler"
Samuel Lidén Borell
1
-16
/
+16
2025-05-12
Rename the stage0 directory to bootstrap
Samuel Lidén Borell
1
-0
/
+133