|
|
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 |
|
|
|
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 |
|
|
|
9649c33217
|
add features to buffer
|
2023-06-28 00:31:56 +01:00 |
|
|
|
2012605d2b
|
add typeof function
|
2023-06-27 22:25:28 +01:00 |
|
|
|
85e2964471
|
change how thread joins
|
2023-06-27 22:13:03 +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 |
|
|
|
f63229c6f8
|
fix check if value is in array
|
2023-06-22 23:59:20 +01:00 |
|
|
|
9b3f3d1555
|
fix not equal
|
2023-06-22 23:31:37 +01:00 |
|
|
|
ef951afab5
|
add read bytes and contentType
|
2023-06-22 17:22:08 +01:00 |
|
|
|
1d3eaf9990
|
add isClosed to socket
|
2023-06-22 11:32:33 +01:00 |
|
|
|
1a2ad64ea4
|
remove println
|
2023-06-22 09:34:13 +01:00 |
|
|
|
b8ceafa3c9
|
add built in socket lib
|
2023-06-22 09:27:21 +01:00 |
|
|
|
a8cbfa66e9
|
fix divide by zero bug
|
2023-06-21 20:48:46 +01:00 |
|
|
|
114cdec821
|
change back to support custom data types
|
2023-06-21 20:42:12 +01:00 |
|
|
|
9fe8bcb515
|
convert function call to builtInCall in setvariable, and add OOP example
|
2023-06-21 20:36:06 +01:00 |
|
|
|
ae08f059fb
|
make even negative sign not allow any type
|
2023-06-21 08:58:13 +01:00 |
|
|
|
6495e7f9b9
|
fix __Boolean__ and calcOr
|
2023-06-21 00:18:52 +01:00 |
|
|
|
40a1404534
|
fix brainfuck.ar takes ages to parse
|
2023-06-21 00:07:22 +01:00 |
|
|
|
ad3ef3b673
|
allow import without as
|
2023-06-20 23:51:23 +01:00 |
|
|
|
3cec4a2339
|
fully add init map
|
2023-06-20 22:41:12 +01:00 |
|
|
|
e7ab5c9b7e
|
Merge branch 'master' of https://github.com/Open-Argon/argon-v3
|
2023-06-19 23:59:42 +01:00 |
|
|
|
2ef823580d
|
change any key to enter
|
2023-06-19 23:59:41 +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 |
|
|
|
dc2e62bbdb
|
fix operations being ignored as syntax error when multiple minuses
|
2023-06-19 11:59:59 +01:00 |
|
|
|
14ae68b9d1
|
fix operation translation taking ages
|
2023-06-18 01:20:21 +01:00 |
|
|
|
63d7616053
|
update how powers work
|
2023-06-17 00:57:17 +01:00 |
|
|
|
651830ec31
|
fix map __call__
|
2023-06-16 10:35:06 +01:00 |
|
|
|
3071da2e2d
|
fix getindex and add debug
|
2023-06-16 10:02:16 +01:00 |
|
|
|
ec53db45d5
|
add debug
|
2023-06-13 23:18:54 +01:00 |
|