Fixed many minor things, tested it on main and is amazing, i think i need to start adding fractions next so further testing can be done with more powerful operators

This commit is contained in:
2026-03-25 12:25:15 -06:00
parent 92d142b9cf
commit 1ce64d8e9e
7 changed files with 30 additions and 15 deletions

View File

@@ -19,7 +19,6 @@ include_directories(include)
add_library(calculator_lib
src/lexer.c
src/parser.c
src/ast.c
src/evaluator.c
)