fix: add internal lookup for hidden compiler words

Co-authored-by: aider (openrouter/moonshotai/kimi-k2.6) <aider@aider.chat>
This commit is contained in:
2026-05-03 17:45:40 +03:00
parent 0c5c53459a
commit 58e0de7ae1
4 changed files with 15 additions and 43 deletions
+1
View File
@@ -74,6 +74,7 @@ Cell* compile_pop(void);
Word* add_primitive(const char* name, void (*code)(Word*), uint8_t flags);
Word* lookup_word(const char* name);
Word* lookup_word_internal(const char* name);
char* next_token(void);