| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-06-04 | Bootstrap: Codegen: Initialize all targets | Baitinq | 1 | -5/+5 |
| 2025-06-04 | Bootstrap: Codegen: Fix memory leaks | Baitinq | 2 | -0/+3 |
| 2025-06-04 | Boostrap: Codegen: Generate object file | Baitinq | 2 | -0/+55 |
| 2025-06-03 | Bootstrap: Codegen: Start implementation | Baitinq | 3 | -0/+63 |
| 2025-06-03 | Bootstrap: Parser: Add enough implementation to parse example -2 | Baitinq | 2 | -4/+121 |
| 2025-06-03 | Bootstrap: Parser: Start implementation | Baitinq | 2 | -0/+250 |
| 2025-06-03 | Bootstrap: Tokenizer: Fix tokenizing '\0' chars | Baitinq | 1 | -4/+0 |
| 2025-06-02 | Codegen: Fix sizeof | Baitinq | 2 | -4/+2 |
| 2025-06-02 | Bootstrap: Tokenizer: Cleanup using slices | Baitinq | 2 | -61/+67 |
| 2025-06-01 | Bootstrap: Tokenizer: Support missing token types | Baitinq | 1 | -1/+18 |
| 2025-05-31 | Boostrap: Tokenizer: Fix allocation | Baitinq | 3 | -7/+6 |
| 2025-05-31 | Bootstrap: Tokenizer: Start rewriting with token type | Baitinq | 3 | -74/+254 |
| 2025-05-31 | Bootstrap: Tokenizer: Rewrite using struct instead of global values | Baitinq | 1 | -114/+121 |
| 2025-05-31 | std: Use calloc in arena implementation< |