Calculates the input while respecting operator precedence, parentheses, etc. Not designed to be useful.
Go to file
r4 574cf9219e Initial upload 2021-07-01 17:04:13 +02:00
LICENSE Initial commit 2021-07-01 17:00:52 +02:00
Makefile Initial upload 2021-07-01 17:04:13 +02:00
README.md Initial commit 2021-07-01 17:00:52 +02:00
ast.c Initial upload 2021-07-01 17:04:13 +02:00
ast.h Initial upload 2021-07-01 17:04:13 +02:00
error.c Initial upload 2021-07-01 17:04:13 +02:00
error.h Initial upload 2021-07-01 17:04:13 +02:00
leakcheck.sh Initial upload 2021-07-01 17:04:13 +02:00
lex.c Initial upload 2021-07-01 17:04:13 +02:00
lex.h Initial upload 2021-07-01 17:04:13 +02:00
main.c Initial upload 2021-07-01 17:04:13 +02:00
ptr_stack.c Initial upload 2021-07-01 17:04:13 +02:00
ptr_stack.h Initial upload 2021-07-01 17:04:13 +02:00
token.c Initial upload 2021-07-01 17:04:13 +02:00
token.h Initial upload 2021-07-01 17:04:13 +02:00
token_list.c Initial upload 2021-07-01 17:04:13 +02:00
token_list.h Initial upload 2021-07-01 17:04:13 +02:00

README.md

calculator

Calculates the input while respecting operator precedence, parentheses, etc. Not designed to be useful.