Commit graph

25 commits

Author SHA1 Message Date
110eab7a1a feat: failed attempt to make emscripten work 2022-05-21 18:38:26 +02:00
bb52b98ae7 fix: naming mistake 2022-05-17 14:33:23 +02:00
87f3a94155 feat: REPL environment 2022-05-17 11:37:50 +02:00
9b7c2a7e99 add GPLv3 license 2022-05-17 10:35:58 +02:00
a66bfff424 feat: add syntax config constants
fix(VarStore): better hash function
2022-05-17 10:27:32 +02:00
19d6f6fd70 readme update 2022-05-17 09:28:31 +02:00
06260d0a8f feat: add NULL type and literal union type 2022-05-17 09:01:58 +02:00
0ced372a77 feat: add guessing example 2022-05-16 11:02:04 +02:00
547c5d0c63 feat: add ceil and floor funcs 2022-05-16 10:53:45 +02:00
d562af9876 feat: add input_number function 2022-05-16 08:29:14 +02:00
bcaf2cb3b7 fix: break and continue 2022-05-15 23:00:16 +02:00
c3af6bd5ca feat: add ascii and newline prints
fix(Evaluator): issue over variable reducing priority
2022-05-15 22:40:20 +02:00
738d16f2fc feat(Evaluator): add modulus operator 2022-05-15 21:16:34 +02:00
7700e61019 readme update 2022-05-15 21:00:32 +02:00
b72448c62d feat(Evaluator): add strict comparaison operators 2022-05-15 20:49:23 +02:00
35ca9c31ea readme update 2022-05-15 19:58:52 +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
cdc6a08f41 update 2022-04-20 20:10:17 +02:00
1f4f58b3fb initial commit 2022-04-20 20:10:00 +02:00