Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-04-04 | logging! | Melody Horn | -0/+5 | |
2021-04-03 | handle comments better in confusing situations | Melody Horn | -10/+11 | |
2021-04-03 | finally fix newlines & peeking | Melody Horn | -8/+37 | |
until something else breaks, at least | ||||
2021-04-03 | implement GNUish '%'-based inference rules | Melody Horn | -6/+20 | |
2021-04-03 | fix next_line_if so it isn't greedy with escaped newlines | Melody Horn | -9/+24 | |
2021-04-03 | make LineNumbers bounds non-ugly | Melody Horn | -9/+13 | |
2021-04-03 | correctly inherit macros | Melody Horn | -20/+43 | |
2021-04-03 | trim macro names at start too | Melody Horn | -1/+1 | |
2021-04-03 | i'm a fucking dumbass | Melody Horn | -1/+1 | |
2021-04-03 | implement `eval` | Melody Horn | -8/+20 | |
2021-04-03 | correctly handle conditional lines inside rule body | Melody Horn | -234/+174 | |
2021-04-02 | simplify MakefileReader.targets | Melody Horn | -14/+14 | |
it doesn't need interior mutability so why put up with the cruft from that? | ||||
2021-04-02 | refactor makefile reading into a separate module | Melody Horn | -0/+648 | |