Commit Graph

  • 4791aefd76 change argon version master William Bell 2025-02-19 02:44:02 +00:00
  • 8f51b24c7c fix brainfuck, allow multiplying array by int, and fix incorrect error message in ord William Bell 2025-02-19 02:31:32 +00:00
  • 1e14c77b8e start implementing int64 use for numbers which can be representated as int64s int64_implementation William Bell 2025-02-19 01:33:24 +00:00
  • c75be1c8ed fix mod order William Bell 2024-12-04 12:51:03 +00:00
  • 885a5b0387 add platform object William Bell 2024-10-19 03:02:16 +01:00
  • 60cbda6d9d add new input types and fix input bug that only shows up on windows (how predictable) William Bell 2024-10-15 22:52:27 +01:00
  • 5eb2a0e789 add input history William Bell 2024-10-15 19:18:42 +01:00
  • 55db84fcce make it so its possible to negate a functions value without needing brackets William Bell 2024-10-08 15:13:58 +01:00
  • 4910a2337b fix flashing text in terminal William Bell 2024-10-08 09:43:26 +01:00
  • f98cf47988 Update readme.md to have installer script William Bell 2024-08-21 11:51:42 +01:00
  • bfdb7b6e6a start removing newNumber and number types from the code. oop_numbers William Bell 2024-07-11 03:55:19 +01:00
  • 70f2c47e4f impliement more methods to number, hopefully finishing the requirements from within the number object mostly William Bell 2024-07-11 03:17:27 +01:00
  • b4a02be086 make for loops use int64 to hopefully speed up iterations William Bell 2024-07-10 12:30:06 +01:00
  • 14a94274c4 Refactor code to use object-oriented programming (OOP) for numbers William Bell 2024-07-10 01:47:44 +01:00
  • 53f7637234 begin coverting old code that uses non oop numbers to use oop numbers William Bell 2024-07-10 01:47:15 +01:00
  • 7c23db80d4 start moving numbers to oop William Bell 2024-07-09 14:05:21 +01:00
  • 3761070e82 remove typo William Bell 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 William Bell 2024-05-30 17:03:29 +01:00
  • 5afa0b10c7 make brackets more efficient William Bell 2024-05-30 13:08:10 +01:00
  • 9945e1590f add join William Bell 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 William Bell 2024-05-30 12:46:25 +01:00
  • 051581c84b add copy and move functions William Bell 2024-05-30 00:25:16 +01:00
  • 677643eeed remove debug William Bell 2024-05-29 23:57:48 +01:00
  • f0876bd5ac fix being able to run a script in a parent folder from a child folder William Bell 2024-05-29 23:15:49 +01:00
  • 37a3d56b5f fix broken import logic William Bell 2024-04-12 17:08:55 +01:00
  • 0a8952bc3b Update version number to 3.0.5 and fix code inconsistency William Bell 2024-04-12 16:14:46 +01:00
  • a8fb5d4c1f fix up inconsistent error types William Bell 2024-04-09 19:22:43 +01:00
  • 42e12933bf fix bug which would make syntax errors inside functions display the wrong line William Bell 2024-04-09 16:19:29 +01:00
  • 31158dfb89 add support for version numbers and change version William Bell 2024-04-06 15:53:05 +01:00
  • e8d25d231c get rid of circular imports William Bell 2024-04-06 15:48:00 +01:00
  • bf15b435c2 fix json parse not throwing error when incorrect William Bell 2024-04-05 19:40:57 +02:00
  • 82aae37479 Update readme.md William Bell 2024-04-05 09:16:46 +02:00
  • 269430b025 fix trig inaccurate when given a large input William Bell 2024-03-14 12:51:50 +00:00
  • 23a9a443d6 add byte object William Bell 2024-03-09 15:11:56 +00:00
  • fafc016ea5 remove isotope files William Bell 2024-03-04 23:22:52 +00:00
  • a57d79587e increment version William Bell 2024-03-04 22:03:14 +00:00
  • 046ad89679 fix main being the wrong variable William Bell 2024-03-04 10:50:58 +00:00
  • cf040a5209 fix comments being broken for isLine level 3 William Bell 2024-03-04 00:00:34 +00:00
  • efcc155e55 fix no exit function William Bell 2024-03-03 23:06:10 +00:00
  • 56f5fbd61a fix while loop having isLine param of 2 instead of 3 William Bell 2024-02-23 23:50:44 +00:00
  • 7a7f785b64 Merge pull request #3 from Open-Argon/master William Bell 2024-02-23 21:54:01 +00:00
  • b3a07d7f63 parse imports with fixed paths before running all the code William Bell 2024-02-23 21:50:53 +00:00
  • 7f86d345ae store known failures which are not necessarily errors William Bell 2023-11-23 14:01:09 +00:00
  • 4b66d23597 add get_value and fix map function William Bell 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. William Bell 2023-11-14 21:48:04 +00:00
  • 65c608e088 allow single line if statements William Bell 2023-11-14 20:27:17 +00:00
  • 8e887aeaff allow single line try catch William Bell 2023-11-14 20:24:04 +00:00
  • 6dee9d6874 oops, accidently left some debugging code in William Bell 2023-11-14 20:21:58 +00:00
  • 6295e23d1b add paster to some weird golang incorrect memory address bug William Bell 2023-11-14 20:19:24 +00:00
  • 140ce3d2a8 fix thread count Ugric 2023-08-12 01:01:47 +01:00
  • 501bbff1a2 fix do not working if not after space in shell William Bell 2023-08-10 12:05:04 +01:00
  • 541ff1b172 change William Bell 2023-08-08 23:28:30 +01:00
  • b93ecdc4d7 add status badge William Bell 2023-08-08 23:10:14 +01:00
  • 8d62e4c0c1 try fix William Bell 2023-08-08 23:07:05 +01:00
  • 3f2c7d8f5b try new release William Bell 2023-08-08 23:00:33 +01:00
  • 820da24175 remove release William Bell 2023-08-08 22:33:15 +01:00
  • 41b716c690 fix William Bell 2023-08-08 21:18:22 +01:00
  • 2a801a19d8 fix release William Bell 2023-08-08 21:16:49 +01:00
  • 27cd520ea6 try fix build test William Bell 2023-08-08 21:14:10 +01:00
  • 458317e193 add build_release William Bell 2023-08-08 21:12:48 +01:00
  • 046f569042 Create go.yml William Bell 2023-08-08 20:23:04 +01:00
  • 6b804f58d2 fix broken return on if statement William Bell 2023-08-08 18:58:24 +01:00
  • 583e28b2f7 fix do wrap bugs William Bell 2023-08-08 18:45:03 +01:00
  • 4020598315 update tests William Bell 2023-08-07 00:42:02 +01:00
  • 43ae6dd1e2 RM DS_Store William Bell 2023-08-07 00:26:33 +01:00
  • 0e4d057e2f rm DS_Store William Bell 2023-08-07 00:26:16 +01:00
  • 035df80758 fix variable unable to be assigned on the same line William Bell 2023-08-06 18:23:35 +01:00
  • fc8916ce4b add license to docker William Bell 2023-08-03 20:36:35 +02:00
  • 488766159a fix broken time functions William Bell 2023-08-03 20:32:12 +02:00
  • 9bfda2fb30 Update readme.md William Bell 2023-08-03 17:23:22 +02:00
  • 9bfb983c2b Update readme.md William Bell 2023-08-03 17:22:29 +02:00
  • 590d5cbc6e Update readme.md William Bell 2023-08-03 17:21:52 +02:00
  • d574529eb7 Update readme.md William Bell 2023-08-03 17:20:40 +02:00
  • 5e7f246933 delete MIT William Bell 2023-08-03 17:16:57 +02:00
  • 45e4135d82 Change to GNU General Public License v3.0 William Bell 2023-08-03 17:13:17 +02:00
  • e2390e8d85 add docker build commands William Bell 2023-08-03 14:40:10 +02:00
  • e42a0da486 add environment variable support William Bell 2023-08-03 11:44:26 +02:00
  • ee0cb1fed9 change to alpine William Bell 2023-08-03 01:42:55 +02:00
  • 79e4126785 add dockerfile William Bell 2023-08-03 01:31:54 +02:00
  • 65a7e35fb4 use isotope William Bell 2023-08-02 02:25:48 +02:00
  • 346c602a6c use isotope William Bell 2023-08-02 02:25:39 +02:00
  • 4a66d3937e test push William Bell 2023-08-02 01:43:44 +02:00
  • e810810c48 test push William Bell 2023-08-02 01:41:25 +02:00
  • 5cea62fcb4 fix not converting to argon string William Bell 2023-08-01 17:35:40 +02:00
  • bf40ff3611 fixed bug William Bell 2023-07-30 01:16:38 +02:00
  • 975436615d fix William Bell 2023-07-30 01:14:05 +02:00
  • 83346521bc try fix bug William Bell 2023-07-30 01:08:59 +02:00
  • c6f13ce7a2 fix reverse on custom sort William Bell 2023-07-30 01:01:25 +02:00
  • ccdf8c03ee wait for threads to complete William Bell 2023-07-30 00:43:34 +02:00
  • b2bd683e08 fix broken sort function William Bell 2023-07-28 19:42:31 +02:00
  • ab94c9ff65 fix quote bug William Bell 2023-07-26 20:54:37 +02:00
  • 7aa4a83cd1 fix broken length number William Bell 2023-07-26 15:03:45 +02:00
  • 32d76d1693 add fileInfo to verify not directory William Bell 2023-07-19 15:57:11 +01:00
  • 0f2a9b34e9 fix create map William Bell 2023-07-19 00:13:44 +01:00
  • 44e261bf70 fix unquote function William Bell 2023-07-19 00:05:59 +01:00
  • aa21a53791 add more features William Bell 2023-07-17 20:52:42 +01:00
  • 425b73b681 fix minor dir bug William Bell 2023-07-16 23:28:55 +01:00
  • 32f810e9b0 fix for windows Ugric 2023-07-12 00:43:18 +01:00
  • 4d37d8d4de add * import William Bell 2023-07-10 22:18:02 +01:00
  • 88129528f4 fix parsing taking really long William Bell 2023-06-29 23:45:23 +01:00