Commit Graph

23 Commits

Author SHA1 Message Date
9945e1590f add join 2024-05-30 12:49:29 +01:00
d48b0ab7b6 add eval and potentially speed up variable access speeds when multi threading. fix bug in threading count 2024-05-30 12:46:25 +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
e8d25d231c get rid of circular imports 2024-04-06 15:48:00 +01:00
269430b025 fix trig inaccurate when given a large input 2024-03-14 12:51:51 +00:00
23a9a443d6 add byte object 2024-03-09 15:11:56 +00:00
b3a07d7f63 parse imports with fixed paths before running all the code 2024-02-23 21:50:53 +00:00
c207c0668d Fix indentation and translation errors in doWrap,
forLoop, ifStatement, and whileLoop functions.
Also fix syntax error in broken_funcCall test
file.
2023-11-14 21:48:04 +00:00
6dee9d6874 oops, accidently left some debugging code in 2023-11-14 20:21:58 +00:00
6295e23d1b add paster to some weird golang incorrect memory address bug 2023-11-14 20:19:24 +00:00
583e28b2f7 fix do wrap bugs 2023-08-08 18:45:03 +01:00
4020598315 update tests 2023-08-07 00:42:02 +01:00
88129528f4 fix parsing taking really long 2023-06-29 23:45:23 +01:00
b8ceafa3c9 add built in socket lib 2023-06-22 09:27:21 +01:00
9fe8bcb515 convert function call to builtInCall in setvariable, and add OOP example 2023-06-21 20:36:06 +01:00
2ef823580d change any key to enter 2023-06-19 23:59:41 +01:00
14ae68b9d1 fix operation translation taking ages 2023-06-18 01:20:21 +01:00
63d7616053 update how powers work 2023-06-17 00:57:17 +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
47727a6d2f fix incorrect order of translation 2023-03-25 00:14:48 +00:00
d17830f05c fix file open change 2023-03-20 00:20:56 +00:00
4a320008b2 move to test folder and fix import bug in shell 2023-03-20 00:17:43 +00:00