aboutsummaryrefslogtreecommitdiff
path: root/src/ac.h
Commit message (Collapse)AuthorAgeFilesLines
* Use C23 void-argument-free prototypesGravatar Michael Smith 2025-04-061-3/+3
| | | | | | | 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.
* Somewhat expand on WIP ac.c stuffGravatar Michael Smith 2023-05-051-2/+3
| | | | | | This still isn't totally complete, or used anywhere yet, but it's been sitting here for literally months, so it might as well get committed so there's one less thing to deal with later.
* Add magical feature codegen system, at long lastGravatar Michael Smith 2022-08-101-4/+1
|
* Add alias management plus input filtering skeletonGravatar Michael Smith 2022-07-231-0/+27
Some of the alias stuff was kind of stolen from earlier figuring-out Bill did. More Bill code is also on the way. :^)