cozis
|
4f8aaa7eca
|
cuter license comment
|
2022-03-13 16:05:34 +01:00 |
|
cozis
|
43f13958ec
|
simplifying
|
2022-03-13 15:46:57 +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 |
|
cozis
|
2dcfbd194e
|
reorganizing code
|
2022-03-12 23:17:44 +01:00 |
|
cozis
|
4836a9a8c9
|
bug fix
|
2022-03-08 21:59:59 +01:00 |
|
cozis
|
e3afd00da2
|
changed NULL to 0 in function returning a bool
|
2022-03-08 21:50:11 +01:00 |
|
Francesco Cozzuto
|
de7479c7db
|
added and,or operators
|
2022-03-07 19:50:18 +01:00 |
|
Francesco Cozzuto
|
3c2c68dfe5
|
reference to undefined variable was referred to as an internal error
|
2022-03-07 19:26:15 +01:00 |
|
cozis
|
dc5586e94c
|
compilation error fix and added the ability to build a runtime using an external heap object
|
2022-01-21 13:49:02 +01:00 |
|
cozis
|
dbf1c325b0
|
added not operator
|
2021-12-08 13:20:34 +01:00 |
|
Francesco Cozzuto
|
51d744ef2e
|
added a basic heap inspection utility to the debugger and modified the impl of the buffer object
|
2021-12-07 12:54:55 +01:00 |
|
cozis
|
f751cbcbd5
|
refined the GC. Now it calls object destructors
|
2021-12-06 12:27:34 +01:00 |
|
Francesco Cozzuto
|
dbcf50c71b
|
added garbage collector draft
|
2021-12-06 00:12:02 +01:00 |
|
cozis
|
4cf95336e8
|
added network builtins and fixed a bug in OPCODE_SELECT
|
2021-12-04 12:36:47 +01:00 |
|
Francesco Cozzuto
|
1801f1cee4
|
removed commented code
|
2021-12-01 20:28:25 +01:00 |
|
Francesco Cozzuto
|
da61b1a9d9
|
added closures
|
2021-12-01 00:07:17 +01:00 |
|
Francesco Cozzuto
|
cbb8ac4337
|
now variables can access the global scope
|
2021-11-30 23:34:16 +01:00 |
|
Francesco Cozzuto
|
d70fa14856
|
added stack trace log on error
|
2021-11-30 19:43:38 +01:00 |
|
Francesco Cozzuto
|
0d805b84b0
|
made an immutable map object specifically for builtins
|
2021-11-29 16:35:15 +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 |
|
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
|
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
|
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
|
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
|
5bf6a9f085
|
added assignment operator
|
2021-11-01 15:55:59 +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
|
7a5d0d1dcb
|
first commit
|
2021-10-31 04:17:57 +00:00 |
|