Commit Graph

38 Commits

Author SHA1 Message Date
70f2c47e4f impliement more methods to number, hopefully finishing the requirements from within the number object mostly 2024-07-11 03:17:27 +01:00
53f7637234 begin coverting old code that uses non oop numbers to use oop numbers 2024-07-10 01:47:15 +01:00
3761070e82 remove typo 2024-05-30 17:03:47 +01:00
7aadb812e4 fix delete keyword not doing anything when deleting a variable, and move length calculation to only when needed 2024-05-30 17:03: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
051581c84b add copy and move functions 2024-05-30 00:25:16 +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
0a8952bc3b Update version number to 3.0.5 and fix code inconsistency 2024-04-12 16:14:46 +01:00
a8fb5d4c1f fix up inconsistent error types 2024-04-09 19:22:43 +01:00
42e12933bf fix bug which would make syntax errors inside functions display the wrong line 2024-04-09 16:19:29 +01:00
31158dfb89 add support for version numbers and change version 2024-04-06 15:53:05 +01:00
bf15b435c2 fix json parse not throwing error when incorrect 2024-04-05 19:41:42 +02:00
a57d79587e increment version 2024-03-04 22:03:14 +00: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
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
035df80758 fix variable unable to be assigned on the same line 2023-08-06 18:23:35 +01:00
ccdf8c03ee wait for threads to complete 2023-07-30 00:43:34 +02:00
af934e0429 add readUntil 2023-06-29 00:57:52 +01:00
6ff2d7c69f add client, seek, and size 2023-06-25 00:52:52 +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
ec53db45d5 add debug 2023-06-13 23:18:54 +01:00
644a78154e make maps oop 2023-04-08 15:34:20 +02:00
be2ac857ca add panic and repo config 2023-03-28 22:51:41 +01:00
bfad2775ee impliment garbage collection and move init 2023-03-25 18:19:48 +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
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
7b09133438 working on number type 2022-11-22 17:50:23 +00:00
1e091437fd init with package.json to store dev and build commands 2022-11-22 16:19:46 +00:00