Commit Graph

28 Commits

Author SHA1 Message Date
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
a8fb5d4c1f fix up inconsistent error types 2024-04-09 19:22:43 +01:00
4b66d23597 add get_value and fix map function 2023-11-17 11:35:05 +00:00
b2bd683e08 fix broken sort function 2023-07-28 19:42:31 +02:00
0f2a9b34e9 fix create map 2023-07-19 00:13:44 +01:00
4d37d8d4de add * import 2023-07-10 22:18:02 +01:00
88129528f4 fix parsing taking really long 2023-06-29 23:45:23 +01:00
6ff2d7c69f add client, seek, and size 2023-06-25 00:52:52 +01:00
9b3f3d1555 fix not equal 2023-06-22 23:31:37 +01:00
9fe8bcb515 convert function call to builtInCall in setvariable, and add OOP example 2023-06-21 20:36:06 +01:00
6495e7f9b9 fix __Boolean__ and calcOr 2023-06-21 00:18:52 +01:00
3cec4a2339 fully add init map 2023-06-20 22:41:12 +01:00
3bf48079d5 add colour object 2023-06-19 23:58:34 +01:00
3f048ce645 add __dir__ function for maps 2023-06-19 12:32:51 +01:00
14ae68b9d1 fix operation translation taking ages 2023-06-18 01:20:21 +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
364afa630d abs and modify operations so they are opp 2023-03-26 21:42:44 +01:00
2e04bb0152 make strings object 2023-03-19 01:10:23 +00:00
814209c392 make arrays an object 2023-03-15 21:02:00 +00:00
fe05d818de work on adding indexing and slices 2023-03-10 00:19:03 +00:00
be5551cbbb remove debugging log 2023-03-08 23:57:33 +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
dfb93c60b4 start working on opperations 2023-03-07 18:27:06 +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