Commit Graph

48 Commits

Author SHA1 Message Date
53f7637234 begin coverting old code that uses non oop numbers to use oop numbers 2024-07-10 01:47:15 +01:00
7c23db80d4 start moving numbers to oop 2024-07-09 14:05:21 +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
31158dfb89 add support for version numbers and change version 2024-04-06 15:53:05 +01:00
23a9a443d6 add byte object 2024-03-09 15:11:56 +00:00
efcc155e55 fix no exit function 2024-03-03 23:06:10 +00:00
4b66d23597 add get_value and fix map function 2023-11-17 11:35:05 +00:00
035df80758 fix variable unable to be assigned on the same line 2023-08-06 18:23:35 +01:00
e42a0da486 add environment variable support 2023-08-03 11:44:26 +02:00
88129528f4 fix parsing taking really long 2023-06-29 23:45:23 +01:00
af934e0429 add readUntil 2023-06-29 00:57:52 +01:00
2012605d2b add typeof function 2023-06-27 22:25:28 +01:00
5bb89a86a7 add path 2023-06-25 18:24:08 +01:00
6ff2d7c69f add client, seek, and size 2023-06-25 00:52:52 +01:00
4ca158cc96 add buffer and byte objects, making socket read and write faster 2023-06-24 10:30:34 +01:00
9b3f3d1555 fix not equal 2023-06-22 23:31:37 +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
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
644a78154e make maps oop 2023-04-08 15:34:20 +02:00
6e54dce252 add class function and remove debug prints 2023-03-28 16:33:02 +01:00
5a785cbbc6 fix built in functions 2023-03-28 00:17:58 +01:00
364afa630d abs and modify operations so they are opp 2023-03-26 21:42:44 +01:00
c6c608ad91 add other trig funcs 2023-03-25 22:49:47 +00:00
bfad2775ee impliment garbage collection and move init 2023-03-25 18:19:48 +00:00
4f3d419c28 add subprocess 2023-03-21 23:03:25 +00:00
b56c1fc485 add for loop 2023-03-20 00:00:17 +00:00
a080152aee make strings objects 2023-03-19 20:05:43 +00: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
b53f2b4a0a fix infinity in json stringify 2023-03-15 16:48:47 +00:00
406eafb8a4 prevent unhashable panic 2023-03-14 00:07:18 +00:00
0a85087bb9 trig 2023-03-13 19:27:16 +00:00
7220d12fb6 add json and file read 2023-03-12 23:34:33 +00:00
4619f1c278 add while and forever loops 2023-03-12 01:10:31 +00:00
3a449dec63 fix ln and remove unused code 2023-03-11 12:37:02 +00:00
42de489ca5 create logarithm functions 2023-03-11 12:22:33 +00:00
597be4e0df impliment do wraps 2023-03-11 01:43:37 +00:00
7e10423b54 add rounding 2023-03-10 21:39:58 +00:00
fe05d818de work on adding indexing and slices 2023-03-10 00:19:03 +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