aboutsummaryrefslogtreecommitdiffhomepage
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* Shell script changes for portabilitylemon2026-03-191-4/+9
|
* REFACTOR: finish renaminglemon2026-03-171-1/+1
|
* build system: use custom depgen instead of gcclemon2026-03-151-1/+1
|
* project documentationlemon2026-02-211-0/+2
|
* ir: arena-backed linked list for uselistslemon2025-12-241-2/+6
| | | | | Is much simpler than the growable buffers, seems to be just as efficient if not a little faster when benchmarked.
* bootstrap.sh optionslemon2025-12-201-7/+8
|
* elf: use a hashmap for looking up symbolslemon2025-12-141-1/+5
| | | | | Gets rid of linear-time findsym(), though needs some extra indirection to emit sorted symbols.
* driver: add -run option like tcclemon2025-11-301-2/+2
| | | | convenient for quick testing
* bootstrapping 🎉lemon2025-11-241-0/+20