Commit Graph

407 Commits (trunk)

Author SHA1 Message Date
Erin 67e1d26c15 Update Cargo lock 2023-11-30 16:55:40 +01:00
ondra05 dd261e5d6c
Release bump 2023-05-19 00:25:14 +02:00
ondra05 4d6b30bcd0
Fixed BF code parsing 2023-05-18 23:49:54 +02:00
ondra05 dbaa390113
Updated dependencies. 2023-05-18 20:33:58 +02:00
ondra05 f220e5d12d
shorten file 2023-01-04 15:30:03 +01:00
ondra05 1a9cf6c2a6 Fix clippy complaining when used instead of cargo check with RA 2022-11-04 00:58:23 +01:00
ondra05 8ef7118dc1 initial vars - &mut self 2022-09-21 00:28:57 +02:00
ondra05 8970dabcfd fmt??? 2022-09-19 20:58:50 +02:00
ondra05 2f5306795f Host Interface initial vars support 2022-09-19 20:58:32 +02:00
ondra05 daca854db4 stuff 2022-09-14 21:57:02 +02:00
ondra05 e2008be0e3 Bumped version 2022-09-14 21:52:17 +02:00
ondra05 b7c9a4b74d Fixed #13 2022-09-14 21:50:04 +02:00
ondra05 1bb33066ed fmt + clippy 2022-09-14 21:46:24 +02:00
ondra05 c4fda0c0ec Fixed issue #12 2022-09-14 21:46:17 +02:00
ondra05 a9cdc03341 thing 2022-08-18 14:58:46 +02:00
ondra05 70d6bf661f No need for the associated type :D 2022-07-02 12:55:10 +02:00
ondra05 96fdac10a4 Revert "Added emoji support for identifiers"
This reverts commit 21ab9dbe8f.
2022-07-02 12:47:16 +02:00
ondra05 628554df10 cycle detecion on cart print - no longer stack overflow 2022-07-02 01:17:31 +02:00
ondra05 21ab9dbe8f Added emoji support for identifiers 2022-07-02 00:47:09 +02:00
ondra05 0bcea85a1f Invalid Token error + fixed forgotten refactor 2022-07-02 00:30:51 +02:00
ondra05 e61ba2e533 Error comments + renaming 2022-07-02 00:27:38 +02:00
ondra05 18c4791201 EOF -> EOI 2022-07-02 00:22:40 +02:00
ondra05 17713e3197 Bumped AbleScript version
+ chore: update
+ clap minor update
+ change repo URLs
2022-07-02 00:19:44 +02:00
ondra05 43439b7e58 Implemented host interface 2022-07-02 00:17:29 +02:00
ondra05 32072e9dea Well, Able and Eval functios can now change loops flow! 2022-07-01 23:12:59 +02:00
ondra05 4a2674a035 Implemented finally 2022-07-01 22:56:22 +02:00
ondra05 7e31c857bf chore: cargo update 2022-06-23 19:00:11 +02:00
ondra05 bde8be865c Value Refactoring 2022-06-17 20:58:37 +02:00
ondra05 ba4fd074ab Dependencies update 2022-06-07 23:32:25 +02:00
ondra05 c93c55694c Parser cleanup 2022-06-06 23:30:08 +02:00
ondra05 8297c192ac Changed dim syntax 2022-06-03 00:10:19 +02:00
ondra05 a0c8e41296 ADDED VERY IMPORTANT CHANGE 2022-06-02 23:56:32 +02:00
ondra05 32f3bf471e Changed `hopback` to `and again` (credits: Evrey#6086) 2022-05-17 19:03:02 +02:00
ondra05 9a68cd984c chore: cargo update 2022-05-17 18:04:09 +02:00
Alex Bethel 6ee4c4679b Merge branch 'v0.4.0-fixes' 2022-05-09 17:58:36 -06:00
Alex Bethel 124b224300 Fix AbleScript lib doc comment 2022-05-09 17:56:28 -06:00
ondra05 ad2839d497 Replaced `break` with `enough` (credits: Evrey#6086) 2022-05-06 23:52:43 +02:00
ondra05 cda63c733c Bumped version to 0.4.0 2022-05-06 21:22:57 +02:00
ondra05 217fd20a0f changed undefined -> cart coercion 2022-05-06 21:12:55 +02:00
ondra05 7368a3afd1 Implemented all coercions for undefined 2022-05-06 21:08:16 +02:00
ondra05 97d6edcc57 Evaluating nonextant variable results into Undefined 2022-05-06 20:20:52 +02:00
ondra05 ba8560aa7c Added Undefined type 2022-05-06 20:19:35 +02:00
ondra05 3cc80b7a94 {} -> () 2022-05-06 17:30:41 +02:00
ondra05 a43b14741d Removed arity checking and arity error 2022-05-06 17:28:25 +02:00
ondra05 39e46f090d Renamed few errors 2022-05-06 17:25:50 +02:00
ondra05 f62c44ff01 Changed error variant name to go by conventions 2022-05-05 00:39:13 +02:00
ondra05 a4c8d845f5 get_bit returns error kind which makes the error spanned 2022-05-05 00:36:13 +02:00
ondra05 85eefeb953 Fixed zero division and zero assertion errors when [] / 0 2022-05-04 23:15:12 +02:00
ondra05 3e8cffe1a5 fmt + clippy 2022-05-03 23:19:10 +02:00
ondra05 cc7d6d6ba1 Added non-newline print. 2022-05-03 23:13:17 +02:00