langatator/src
Matthieu Bessat a62dd411aa feat(Evaluator): add pow operator
feat(Evaluator): add minus sign reducing
fix(Evaluator): trim spaces
test: add base for unit testing
2022-04-30 16:16:37 +02:00
..
evaluator.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
evaluator.h feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
funcs.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
funcs.h initial commit 2022-04-29 12:30:44 +02:00
list.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
list.h feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
main.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
number_parsing.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
number_parsing.h initial commit 2022-04-29 12:30:44 +02:00
operate.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
operate.h initial commit 2022-04-29 12:30:44 +02:00
stack.c initial commit 2022-04-29 12:30:44 +02:00
stack.h initial commit 2022-04-29 12:30:44 +02:00
types.h initial commit 2022-04-29 12:30:44 +02:00
utils.c feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00
utils.h feat(Evaluator): add pow operator 2022-04-30 16:16:37 +02:00