Commit graph

9 commits

Author SHA1 Message Date
b72448c62d feat(Evaluator): add strict comparaison operators 2022-05-15 20:49:23 +02:00
906949d691 feat: add basic CLI (load files) 2022-05-15 19:45:27 +02:00
538205e8a5 feat: add while loops 2022-05-15 18:46:16 +02:00
14717958c6 feat(Evaluator): add some binary operators 2022-05-06 13:13:58 +02:00
11fa2b1e6f feat: line processing and basic variable support 2022-05-06 11:49:09 +02:00
cb2a1df61f feat: add basic math and random_int funcs 2022-04-30 18:01:22 +02:00
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
17c7c247af initial commit 2022-04-29 12:30:44 +02:00
1f4f58b3fb initial commit 2022-04-20 20:10:00 +02:00