wip lexer

This commit is contained in:
hugogogo
2026-04-28 22:04:23 +02:00
parent a2333a3ff1
commit 48221894c0
5 changed files with 165 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ $(NAME): $(OBJS)
run: $(NAME)
@echo $(YELLOW)"run"$(RESET)
@./$(NAME)
@./$(NAME) "3 * x^2 + 1 * x^1 - 2 * x^0"
clean:
$(RM_OBJS)