|
|
bfdb7b6e6a
|
start removing newNumber and number types from the code.
|
2024-07-11 03:55:19 +01:00 |
|
|
|
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 |
|
|
|
9945e1590f
|
add join
|
2024-05-30 12:49: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 |
|
|
|
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 |
|