feat: fuckning working

This commit is contained in:
matteo 2026-01-29 20:29:02 +01:00
parent 56f0a979a7
commit 028d4312af
4 changed files with 28 additions and 49 deletions

View file

@ -151,6 +151,7 @@ bool grammar_init(void)
// Simple command
add_firsts(RULE_SIMPLE_COMMAND, first(RULE_PREFIX));
add_first(RULE_SIMPLE_COMMAND, TOKEN_WORD);
// Funcdec
add_first(RULE_FUNCDEC, TOKEN_WORD);