Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C23 void-argument-free prototypes | 2025-04-06 | 1 | -2/+2 | |
| | | | | | | | In the future we can also consider moving to {} instead of {0} for initialisers, but my old Clang (16) doesn't support this, so it might be wise to wait longer on that one so people don't need too bleeding-edge of a compiler just to build this thing. | ||||
* | Prune some comments and tidy up other minor things | 2023-06-10 | 1 | -1/+4 | |
| | |||||
* | Add magical feature codegen system, at long last | 2022-08-10 | 1 | -5/+1 | |
| | |||||
* | Add alias management plus input filtering skeleton | 2022-07-23 | 1 | -0/+37 | |
Some of the alias stuff was kind of stolen from earlier figuring-out Bill did. More Bill code is also on the way. :^) |