Calculates the input while respecting operator precedence, parentheses, etc. Not designed to be useful.
ast.c | ||
ast.h | ||
error.c | ||
error.h | ||
leakcheck.sh | ||
lex.c | ||
lex.h | ||
LICENSE | ||
main.c | ||
Makefile | ||
ptr_stack.c | ||
ptr_stack.h | ||
README.md | ||
token_list.c | ||
token_list.h | ||
token.c | ||
token.h |
calculator
Calculates the input while respecting operator precedence, parentheses, etc. Not designed to be useful.