Commit Graph

143 Commits

Author SHA1 Message Date
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
ab94c9ff65 fix quote bug 2023-07-26 20:54:37 +02:00
7aa4a83cd1 fix broken length number 2023-07-26 15:03:45 +02:00
32d76d1693 add fileInfo to verify not directory 2023-07-19 15:57:11 +01:00
0f2a9b34e9 fix create map 2023-07-19 00:13:44 +01:00
44e261bf70 fix unquote function 2023-07-19 00:05:59 +01:00
aa21a53791 add more features 2023-07-17 20:52:42 +01:00
425b73b681 fix minor dir bug 2023-07-16 23:28:55 +01:00
32f810e9b0 fix for windows 2023-07-12 00:43:18 +01:00
4d37d8d4de add * import 2023-07-10 22:18:02 +01:00