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
37 hours
bootstrap: Put compiler option arguments before non-options
HEAD
main
Samuel Lidén Borell
1
-5
/
+5
9 days
bootstrap: Simplify Makefile by using $@ for all outputs
Samuel Lidén Borell
1
-1
/
+1
12 days
Update Makefile and sources.index with new test source file names
Samuel Lidén Borell
1
-2
/
+3
12 days
bootstrap: Define builtins at startup
Samuel Lidén Borell
1
-0
/
+2
14 days
bootstrap: Avoid += in Makefile
Samuel Lidén Borell
1
-2
/
+1
2025-07-17
bootstrap: Update header dependencies in Makefile
Samuel Lidén Borell
1
-2
/
+3
2025-07-17
bootstrap: Break out integer range computation/checks to intrange.c
Samuel Lidén Borell
1
-0
/
+2
2025-07-13
bootstrap: Missing dependency in Makefile
Samuel Lidén Borell
1
-1
/
+2
2025-07-12
bootstrap: Also build stage2 in `check` Makefile target
Samuel Lidén Borell
1
-2
/
+2
2025-07-04
bootstrap: Use unsigned line numbers. Fix unused labels in emitted code
Samuel Lidén Borell
1
-2
/
+0
2025-07-04
bootstrap: Fix unused variable warning in emitted code for empty switch
Samuel Lidén Borell
1
-3
/
+2
2025-07-04
Fix warnings about unused parameters and variables
Samuel Lidén Borell
1
-1
/
+1
2025-07-04
bootstrap: Replace ?= with = in Makefile
Samuel Lidén Borell
1
-12
/
+12
2025-07-03
bootstrap: Compile stage2 with most warnings enabled
Samuel Lidén Borell
1
-1
/
+5
2025-07-01
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