Commit Graph
202 Commits
Author SHA1 Message Date
Francesco Cozzuto ba9c01f261 added index selection 2021-11-25 11:25:23 +01:00
Francesco Cozzuto fdaebdaecc Merge branch 'main' of https://github.com/cozis/Noja 2021-11-25 10:37:33 +01:00
Francesco Cozzuto ca4a39ad78 undid changes 2021-11-25 10:37:21 +01:00
Francesco Cozzuto 06aaa7ffdd working on docs 2021-11-25 10:28:21 +01:00
cozis 7b5301ff3b minor readme change 2021-11-06 14:55:12 +01:00
cozis 368d0a4678 reorganized docs 2021-11-06 14:30:09 +01:00
cozis 78d848b22d reorganized docs 2021-11-06 14:07:20 +01:00
cozis 68f4178980 bug fix 2021-11-06 14:00:41 +01:00
cozis f9f577caef modified doc formatting 2021-11-05 21:19:01 +01:00
cozis ffe133b446 even more docs 2021-11-05 21:15:00 +01:00
cozis 87d675c3b6 more docs 2021-11-05 19:26:39 +01:00
cozis fdc7e112c6 added some docs 2021-11-05 17:01:34 +01:00
cozis 795dfbcb54 added table of contents to docs 2021-11-05 15:48:28 +01:00
cozis 3fc918402e working on docs 2021-11-05 15:36:21 +01:00
cozis b2dca9c40b working on docs 2021-11-05 15:27:34 +01:00
Francesco Cozzuto 1769ffc995 worked on docs 2021-11-05 01:35:32 +01:00
Francesco Cozzuto fe6f6b5039 added docs 2021-11-05 01:12:05 +01:00
Francesco Cozzuto af21e3b038 changed sample formatting 2021-11-05 00:16:34 +01:00
Francesco Cozzuto 9458632b27 fixed bug and added a little documentation 2021-11-05 00:10:45 +01:00
Francesco Cozzuto b224f57361 bug fix 2021-11-04 17:27:06 +01:00
Francesco Cozzuto 0157d28f67 debbuging failure to read from builtin map 2021-11-03 15:22:59 +01:00
Francesco Cozzuto d4e9eb23d3 added list object 2021-11-03 13:44:41 +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 31b7cab2bf bug fix 2021-11-02 16:41:56 +00:00
cozis f351be78bb added the ability to inspect the stack from the debugger 2021-11-02 14:17:24 +00:00
cozis acc8cbd75f added maximum nested call limit 2021-11-02 13:34:23 +00:00
cozis 273adc90eb bug fix 2021-11-02 13:24:52 +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 51f782362e bug fixes 2021-11-02 09:35:51 +00:00
cozis 022610bb71 added basic functionalities to the debugger mode 2021-11-02 09:17:03 +00:00
cozis 7e04b0fc6d working on the debugger mode 2021-11-02 08:02:58 +00:00
cozis 6be81ffa36 added debugger mode 2021-11-02 06:43:24 +00:00
cozis a1f2db9aa9 bugfix 2021-11-01 16:22:34 +00:00
cozis d93f578eb2 added print object method 2021-11-01 16:12:08 +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 1c12c13550 removed valgrind artifact 2021-11-01 03:21:51 +00:00
cozis 97c3c15ea0 added compound statements 2021-11-01 03:20:07 +00:00
cozis e67231f321 big fix in if-else compilation 2021-11-01 02:35:33 +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 5e8fb7ef6b removed build artifacts 2021-10-31 05:45:29 +00:00
cozis 0e15903a11 added .gitignore 2021-10-31 05:44:45 +00:00
cozis 58f4c423cb added parsing of if-else statements and cleaned up the parser 2021-10-31 05:42:26 +00:00