Commit Graph

152 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
b4a02be086 make for loops use int64 to hopefully speed up iterations 2024-07-10 12:30:06 +01:00
14a94274c4 Refactor code to use object-oriented programming (OOP) for numbers 2024-07-10 01:47:44 +01:00
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
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
5afa0b10c7 make brackets more efficient 2024-05-30 13:08:10 +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
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
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
e8d25d231c get rid of circular imports 2024-04-06 15:48:00 +01:00
bf15b435c2 fix json parse not throwing error when incorrect 2024-04-05 19:41:42 +02: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
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
cf040a5209 fix comments being broken for isLine level 3 2024-03-04 00:00:34 +00:00
efcc155e55 fix no exit function 2024-03-03 23:06:10 +00:00
56f5fbd61a fix while loop having isLine param of 2 instead of 3 2024-02-23 23:50:44 +00:00
b3a07d7f63 parse imports with fixed paths before running all the code 2024-02-23 21:50:53 +00:00
7f86d345ae store known failures which are not necessarily errors 2023-11-23 14:01:09 +00:00
4b66d23597 add get_value and fix map function 2023-11-17 11:35:05 +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
65c608e088 allow single line if statements 2023-11-14 20:27:17 +00:00
8e887aeaff allow single line try catch 2023-11-14 20:24: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
140ce3d2a8 fix thread count 2023-08-12 01:01:47 +01:00
501bbff1a2 fix do not working if not after space in shell 2023-08-10 12:05:04 +01:00
6b804f58d2 fix broken return on if statement 2023-08-08 18:58:24 +01:00
583e28b2f7 fix do wrap bugs 2023-08-08 18:45:03 +01:00
035df80758 fix variable unable to be assigned on the same line 2023-08-06 18:23:35 +01:00
488766159a fix broken time functions 2023-08-03 20:32:14 +02:00
e42a0da486 add environment variable support 2023-08-03 11:44:26 +02:00
4a66d3937e test push 2023-08-02 01:43:44 +02:00
e810810c48 test push 2023-08-02 01:41:25 +02:00
5cea62fcb4 fix not converting to argon string 2023-08-01 17:35:40 +02:00
bf40ff3611 fixed bug 2023-07-30 01:16:38 +02:00
975436615d fix 2023-07-30 01:14:05 +02:00
83346521bc try fix bug 2023-07-30 01:08:59 +02:00
c6f13ce7a2 fix reverse on custom sort 2023-07-30 01:01:25 +02:00
ccdf8c03ee wait for threads to complete 2023-07-30 00:43:34 +02:00
b2bd683e08 fix broken sort function 2023-07-28 19:42:31 +02:00