wip parser structure with placeholders

This commit is contained in:
hugogogo
2026-05-01 01:58:04 +02:00
parent 512ba9b5f4
commit 241cbdaff1
4 changed files with 122 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ $(NAME): $(OBJS)
run: $(NAME)
@echo $(YELLOW)"run"$(RESET)
@./$(NAME) "3.4 * x^2 + 1 * x^1 - 2 * x^0 = 5.123 * x^1"
@./$(NAME) "3.4 * x^2 + 1 * x^1 - 2.0 * x^0 = 5.123 * x^1"
clean:
$(RM_OBJS)