addtition: nud and led token to node distinction

I think i should instead have a nud and led function i guess, may do
that next
This commit is contained in:
2026-05-13 16:09:03 -06:00
parent 90c426f3a4
commit 70ab06964c
2 changed files with 108 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ typedef struct {
} ParserU8Result;
Node token_to_node(Token token);
NodeResult nud(Token token); // Null denotation
NodeResult led(Token token); // Left denotation
ParserU8Result prefix_rbp(Node node);
ParserU8Result postfix_lbp(Node node);