mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-05 23:33:25 -04:00
44c53c9979
* More work on ensuring that each state only eat one token * VarDecl parsing now constructs its node * Handling all fn parsing in the same case * Using eatToken instead of getNextToken where possible * All tokenIdTo* now takes @TagType(Token.Id) * Added a createToCtxLiteral function