| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Misc: Rename lang | Baitinq | 2025-06-11 | 1 | -69/+0 |
| | | |||||
| * | stdlib: Remove println | Baitinq | 2025-06-11 | 1 | -2/+2 |
| | | | | | | varargs forwarding is platform specific with llvm, so we cannot easily have this function | ||||
| * | Bootstrap: Codegen: Continue implementation | Baitinq | 2025-06-05 | 1 | -2/+2 |
| | | |||||
| * | Bootstrap: Codegen: Start implementation | Baitinq | 2025-06-03 | 1 | -0/+6 |
| | | |||||
| * | Bootstrap: Parser: Start implementation | Baitinq | 2025-06-03 | 1 | -0/+4 |
| | | |||||
| * | Bootstrap: Tokenizer: Cleanup using slices | Baitinq | 2025-06-02 | 1 | -2/+37 |
| | | |||||
| * | Boostrap: Tokenizer: Fix allocation | Baitinq | 2025-05-31 | 1 | -1/+1 |
| | | |||||
| * | Bootstrap: Use arena for tokenizer | Baitinq | 2025-05-31 | 1 | -1/+6 |
| | | |||||
| * | Codegen: Typecheck binary expressions | Baitinq | 2025-05-23 | 1 | -1/+1 |
| | | |||||
| * | Feature: Add more type checks | Baitinq | 2025-05-20 | 1 | -10/+0 |
| | | |||||
| * | Misc: Use println instead of printf | Baitinq | 2025-05-18 | 1 | -2/+2 |
| | | |||||
| * | Bootstrap: Tokenizer: Continue implementing | Baitinq | 2025-05-15 | 1 | -2/+2 |
| | | |||||
| * | Bootstrap: Require filename argument | Baitinq | 2025-05-14 | 1 | -0/+5 |
| | | |||||
| * | Bootstrap: cleanup | Baitinq | 2025-05-11 | 1 | -42/+2 |
| | | |||||
| * | Codegen: Support declaring functions multiple times | Baitinq | 2025-05-10 | 1 | -6/+8 |
| | | |||||
| * | Feature: Add support for imports | Baitinq | 2025-05-10 | 1 | -1/+4 |
| | | |||||
| * | Bootstrap: Iterate chars | Baitinq | 2025-04-10 | 1 | -8/+33 |
| | | |||||
| * | Codegen: Improve tracking of node types | Baitinq | 2025-04-10 | 1 | -1/+1 |
| | | |||||
| * | Bootstrap: start bootstrapping implementation | Baitinq | 2025-04-08 | 1 | -0/+34 |