Commit Graph
43 Commits
Author SHA1 Message Date
cozis ed63f09b57 added tuples and multiple return values 2022-04-06 13:22:31 +02:00
cozis 07137b50c6 new curly bracket coding convention 2022-04-04 00:07:33 +02:00
cozis 1d13ffc118 added break statement 2022-04-02 23:07:37 +02:00
cozis d03bb4937d changed operator priority 2022-04-02 22:35:21 +02:00
cozis 6c0e03f824 if-else chain now is an iteration over a table 2022-04-02 01:37:52 +02:00
cozis a6817ddcf9 if-else chain now is an iteration over a table 2022-04-02 01:31:01 +02:00
cozis 64f667127d typo fix 2022-03-13 21:52:59 +01:00
cozis 3a49b82135 even cuter comments 2022-03-13 16:28:41 +01:00
cozis 4f8aaa7eca cuter license comment 2022-03-13 16:05:34 +01:00
cozis bf25e0f1a9 added year to the copyright notice 2022-03-13 15:34:42 +01:00
cozis 9f2cd139d0 new license 2022-03-13 15:30:01 +01:00
Dante FalzoneandGitHub ac465200d9 Added DEBUG macro #ifdef 2022-03-11 18:49:46 -06:00
cozis 84fa86c373 fixed bug introduced by the last couple of commits 2022-03-09 12:34:20 +01:00
cozis faf32659e0 fixed more warnings 2022-03-09 12:29:36 +01:00
cozis 91ca93b9e0 fixed warnings 2022-03-09 12:26:45 +01:00
Francesco Cozzuto de7479c7db added and,or operators 2022-03-07 19:50:18 +01:00
Francesco Cozzuto c48e032840 identifier can contain numbers 2022-03-07 19:25:14 +01:00
cozis 19e0d860ff bug fix 2022-01-31 01:40:43 +01:00
cozis c77a28896e another bug fix 2022-01-22 02:09:18 +01:00
cozis dbf1c325b0 added not operator 2021-12-08 13:20:34 +01:00
Francesco Cozzuto ac4dfbc8d3 added map expressions 2021-11-26 10:11:17 +01:00
Francesco Cozzuto ed32b1a52b added map expressions 2021-11-26 08:52:24 +01:00
Francesco Cozzuto ba9c01f261 added index selection 2021-11-25 11:25:23 +01:00
cozis 68f4178980 bug fix 2021-11-06 14:00:41 +01:00
cozis fdc7e112c6 added some docs 2021-11-05 17:01:34 +01:00
Francesco Cozzuto 9458632b27 fixed bug and added a little documentation 2021-11-05 00:10:45 +01:00
Francesco Cozzuto 0157d28f67 debbuging failure to read from builtin map 2021-11-03 15:22:59 +01:00
cozis 9d600b66be added equality and relational operators 2021-11-03 02:04:38 +00:00
cozis c0d788656e added while and do-while loops 2021-11-03 01:25:18 +00:00
cozis 035649bd63 minor cleanups 2021-11-02 14:03:07 +00:00
cozis 51083ee090 fixed bug and changed if-else syntax 2021-11-02 11:57:11 +00:00
cozis ca55816a23 added script that triggers a bug 2021-11-03 01:14:08 +00:00
cozis 87e9f4775b added function calls, native function objects and runtime builtins 2021-11-02 13:19:06 +00:00
cozis 051966a3f3 added parsing ad compilation of function declarations 2021-11-02 10:54:49 +00:00
cozis 6be81ffa36 added debugger mode 2021-11-02 06:43:24 +00:00
cozis 5bf6a9f085 added assignment operator 2021-11-01 15:55:59 +00:00
Francesco Cozzuto 7f37c51f98 added return statement 2021-10-31 16:05:43 +01:00
cozis 88efd9515c bugfix 2021-11-01 04:05:23 +00:00
cozis 97c3c15ea0 added compound statements 2021-11-01 03:20:07 +00:00
cozis 91765b2ca0 added the bool type 2021-10-31 17:17:14 +00:00
cozis 9eaa82297f adding compilation of if-else statements 2021-10-31 07:01:15 +00:00
cozis 58f4c423cb added parsing of if-else statements and cleaned up the parser 2021-10-31 05:42:26 +00:00
cozis 7a5d0d1dcb first commit 2021-10-31 04:17:57 +00:00