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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user