aboutsummaryrefslogtreecommitdiff
path: root/src/link/tapi/parse.zig
AgeCommit message (Collapse)Author
2023-04-17tapi: fix memory bugs in yaml parserJakub Konka
2023-04-01tapi: update yaml parserJakub Konka
https://github.com/kubkon/zig-yaml/commit/5de8b0b3a2cdb86f9a173118efa7e5e0747cca14
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
closes #13535
2022-06-02tapi: sync with upstreamJakub Konka
gitrev kubkon/zig-yaml 8cf8dc3bb901fac8189f441392fc0989ad14cf71 Calculate line and col info indexed by token index. We can then re-use this info to track current column number (aka indentation level) of each "key:value" pair (map) or "- element" (list). This significantly cleans up the code, and leads naturally to handling of unindented lists in tbd files.
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-06-24Apply AST fixesJakub Konka
2021-06-24tapi: apply ast fixesJakub Konka
2021-06-24link: add basic TAPI parser for linkersJakub Konka
Parser uses kubkon/zig-yaml gitrev c3eae1e40a02aedd44ad1171e5c8b259896cbda0