Commit graph

407 commits

Author SHA1 Message Date
Erin a21fe4de57 Update Cargo lock 2023-11-30 16:55:40 +01:00
Erin 7aad9b83f0 Release bump 2023-05-19 00:25:14 +02:00
Erin 1bcd5ce9b0 Fixed BF code parsing 2023-05-18 23:49:54 +02:00
Erin 89c4fe68d2 Updated dependencies. 2023-05-18 20:33:58 +02:00
Erin 1d91e68b05 shorten file 2023-01-04 15:30:03 +01:00
Erin acd7cad29e Fix clippy complaining when used instead of cargo check with RA 2022-11-04 00:58:23 +01:00
Erin 4dfddc2cdb initial vars - &mut self 2022-09-21 00:28:57 +02:00
Erin e936585112 fmt??? 2022-09-19 20:58:50 +02:00
Erin 61fbd3ee28 Host Interface initial vars support 2022-09-19 20:58:32 +02:00
Erin 2690c65c21 stuff 2022-09-14 21:57:02 +02:00
Erin fd4845ac8d Bumped version 2022-09-14 21:52:17 +02:00
Erin 9803a393d4 Fixed #13 2022-09-14 21:50:04 +02:00
Erin a9fdff0663 fmt + clippy 2022-09-14 21:46:24 +02:00
Erin d004955c4e Fixed issue #12 2022-09-14 21:46:17 +02:00
Erin e674052942 thing 2022-08-18 14:58:46 +02:00
Erin cbb7152890 No need for the associated type :D 2022-07-02 12:55:10 +02:00
Erin 1781a66c3a Revert "Added emoji support for identifiers"
This reverts commit 167a5077df.
2022-07-02 12:47:16 +02:00
Erin 18943f184d cycle detecion on cart print - no longer stack overflow 2022-07-02 01:17:31 +02:00
Erin 167a5077df Added emoji support for identifiers 2022-07-02 00:47:09 +02:00
Erin 5c0e89e38e Invalid Token error + fixed forgotten refactor 2022-07-02 00:30:51 +02:00
Erin f2d3561508 Error comments + renaming 2022-07-02 00:27:38 +02:00
Erin 63af15cc94 EOF -> EOI 2022-07-02 00:22:40 +02:00
Erin 24c5ada994 Bumped AbleScript version
+ chore: update
+ clap minor update
+ change repo URLs
2022-07-02 00:19:44 +02:00
Erin 83b25b2b89 Implemented host interface 2022-07-02 00:17:29 +02:00
Erin e883010580 Well, Able and Eval functios can now change loops flow! 2022-07-01 23:12:59 +02:00
Erin 472b41cf16 Implemented finally 2022-07-01 22:56:22 +02:00
Erin 844ccd731a chore: cargo update 2022-06-23 19:00:11 +02:00
Erin 49e36b0a21 Value Refactoring 2022-06-17 20:58:37 +02:00
Erin 43c9293e4f Dependencies update 2022-06-07 23:32:25 +02:00
Erin 7140082ff6 Parser cleanup 2022-06-06 23:30:08 +02:00
Erin 84f54f12d6 Changed dim syntax 2022-06-03 00:10:19 +02:00
Erin 2c7596c871 ADDED VERY IMPORTANT CHANGE 2022-06-02 23:56:32 +02:00
Erin c0a2857122 Changed hopback to and again (credits: Evrey#6086) 2022-05-17 19:03:02 +02:00
Erin bb3de6db14 chore: cargo update 2022-05-17 18:04:09 +02:00
Alex Bethel 507f700c44 Merge branch 'v0.4.0-fixes' 2022-05-09 17:58:36 -06:00
Alex Bethel ea802fbdf9 Fix AbleScript lib doc comment 2022-05-09 17:56:28 -06:00
Erin 7ec0b0b39d Replaced break with enough (credits: Evrey#6086) 2022-05-06 23:52:43 +02:00
Erin 3d745e6082 Bumped version to 0.4.0 2022-05-06 21:22:57 +02:00
Erin e4114ed2e8 changed undefined -> cart coercion 2022-05-06 21:12:55 +02:00
Erin ed1b3bfb43 Implemented all coercions for undefined 2022-05-06 21:08:16 +02:00
Erin d97d940d23 Evaluating nonextant variable results into Undefined 2022-05-06 20:20:52 +02:00
Erin bda92cc2f7 Added Undefined type 2022-05-06 20:19:35 +02:00
Erin aa29a1fc86 {} -> () 2022-05-06 17:30:41 +02:00
Erin 86dfc6d1f7 Removed arity checking and arity error 2022-05-06 17:28:25 +02:00
Erin 28a5415207 Renamed few errors 2022-05-06 17:25:50 +02:00
Erin 766eb799c9 Changed error variant name to go by conventions 2022-05-05 00:39:13 +02:00
Erin edb03dec94 get_bit returns error kind which makes the error spanned 2022-05-05 00:36:13 +02:00
Erin 7b5a9aed89 Fixed zero division and zero assertion errors when [] / 0 2022-05-04 23:15:12 +02:00
Erin 947c2552b1 fmt + clippy 2022-05-03 23:19:10 +02:00
Erin 6ad0ab5e29 Added non-newline print. 2022-05-03 23:13:17 +02:00