summaryrefslogtreecommitdiffstats
path: root/src/eval.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes13 days1-1/+1
|
* Implement -contextTavian Barnes2024-04-101-0/+1
| | | | Closes: https://github.com/tavianator/bfs/issues/27
* Implement -limit NTavian Barnes2024-03-201-0/+1
| | | | Closes: https://github.com/tavianator/bfs/issues/133
* ctx: Store the original and current RLIMIT_NOFILETavian Barnes2023-11-061-1/+1
|
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+1
| | | | In anticipation of C23, since those headers won't be necessary any more.
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* parse: They're called "primary expressions," not "literals"Tavian Barnes2022-07-051-1/+1
|
* Source / Include Folder (#88)トトも2022-04-161-0/+113
Moved Source Files Into `src` Folder