Commit Graph

28 Commits

Author SHA1 Message Date
677643eeed remove debug 2024-05-29 23:57:48 +01:00
f0876bd5ac fix being able to run a script in a parent folder from a child folder 2024-05-29 23:15:49 +01:00
37a3d56b5f fix broken import logic 2024-04-12 17:08:55 +01:00
e8d25d231c get rid of circular imports 2024-04-06 15:48:00 +01:00
046ad89679 fix main being the wrong variable 2024-03-04 10:50:58 +00:00
b3a07d7f63 parse imports with fixed paths before running all the code 2024-02-23 21:50:53 +00:00
583e28b2f7 fix do wrap bugs 2023-08-08 18:45:03 +01:00
425b73b681 fix minor dir bug 2023-07-16 23:28:55 +01:00
32f810e9b0 fix for windows 2023-07-12 00:43:18 +01:00
4d37d8d4de add * import 2023-07-10 22:18:02 +01:00
af934e0429 add readUntil 2023-06-29 00:57:52 +01:00
1d3eaf9990 add isClosed to socket 2023-06-22 11:32:33 +01:00
ad3ef3b673 allow import without as 2023-06-20 23:51:23 +01:00
dc2e62bbdb fix operations being ignored as syntax error when multiple minuses 2023-06-19 11:59:59 +01:00
644a78154e make maps oop 2023-04-08 15:34:20 +02:00
bfad2775ee impliment garbage collection and move init 2023-03-25 18:19:48 +00:00
4a320008b2 move to test folder and fix import bug in shell 2023-03-20 00:17:43 +00:00
b56c1fc485 add for loop 2023-03-20 00:00:17 +00:00
814209c392 make arrays an object 2023-03-15 21:02:00 +00:00
0a85087bb9 trig 2023-03-13 19:27:16 +00:00
4619f1c278 add while and forever loops 2023-03-12 01:10:31 +00:00
09deba8912 rewrite variable.go to allow indexed asignment 2023-03-08 22:41:55 +00:00
f7603e30c4 colourise the terminal 2023-03-08 19:04:53 +00:00
11ed803601 add comparisons 2023-03-08 00:15:26 +00:00
1b3a4c44d9 add create functions 2023-02-27 00:07:13 +00:00
f0620354c0 start adding maps 2023-02-26 01:33:02 +00:00
6ef6e051e6 add functions and variables name 2023-02-25 23:34:15 +00:00
636101f1fa Start supporting numbers and strings 2023-02-25 16:45:54 +00:00