Commit Graph

204 Commits

Author SHA1 Message Date
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
William Bell
82aae37479 Update readme.md 2024-04-05 09:16:46 +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
fafc016ea5 remove isotope files 2024-03-04 23:22:52 +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
William Bell
7a7f785b64 Merge pull request #3 from Open-Argon/master
parse imports with fixed paths before running all the code
2024-02-23 21:54:01 +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
541ff1b172 change 2023-08-08 23:28:30 +01:00
b93ecdc4d7 add status badge 2023-08-08 23:10:14 +01:00
8d62e4c0c1 try fix 2023-08-08 23:07:05 +01:00
3f2c7d8f5b try new release 2023-08-08 23:00:33 +01:00
820da24175 remove release 2023-08-08 22:33:15 +01:00
41b716c690 fix 2023-08-08 21:18:22 +01:00
2a801a19d8 fix release 2023-08-08 21:16:49 +01:00
27cd520ea6 try fix build test 2023-08-08 21:14:10 +01:00
458317e193 add build_release 2023-08-08 21:12:48 +01:00
William Bell
046f569042 Create go.yml 2023-08-08 20:23: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
4020598315 update tests 2023-08-07 00:42:02 +01:00
43ae6dd1e2 RM DS_Store 2023-08-07 00:26:33 +01:00
0e4d057e2f rm DS_Store 2023-08-07 00:26:16 +01:00
035df80758 fix variable unable to be assigned on the same line 2023-08-06 18:23:35 +01:00
fc8916ce4b add license to docker 2023-08-03 20:36:35 +02:00
488766159a fix broken time functions 2023-08-03 20:32:14 +02:00
William Bell
9bfda2fb30 Update readme.md 2023-08-03 17:23:22 +02:00