You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
ast.c | 2 years ago | |
ast.h | 2 years ago | |
error.c | 2 years ago | |
error.h | 2 years ago | |
leakcheck.sh | 2 years ago | |
lex.c | 2 years ago | |
lex.h | 2 years ago | |
main.c | 2 years ago | |
ptr_stack.c | 2 years ago | |
ptr_stack.h | 2 years ago | |
token.c | 2 years ago | |
token.h | 2 years ago | |
token_list.c | 2 years ago | |
token_list.h | 2 years ago |
README.md
calculator
Calculates the input while respecting operator precedence, parentheses, etc. Not designed to be useful.