Commit Graph

273 Commits (v0.2.0)

Author SHA1 Message Date
ondra05 5293cd9607 Toggled Fat LTO on 2021-12-14 23:57:03 +01:00
Alex Bethel 178b7ff202 Add version number to ablescript_cli deps 2021-12-14 16:53:18 -06:00
Alex Bethel 433e1f26a7 Release 0.2
Reviewed-on: https://git.ablecorp.us:443/AbleScript/able-script/pulls/1
2021-12-14 22:31:52 +00:00
ondra05 20adfd0d57 Merge branch 'master' into feature/coercions 2021-12-14 23:30:07 +01:00
Alex Bethel 235a5ae3a0 Merge branch 'feature/coercions' of ssh://git.ablecorp.us:20/AbleScript/able-script into feature/coercions 2021-12-14 16:16:44 -06:00
Alex Bethel f549c08a8f Implement function chain division 2021-12-14 16:16:28 -06:00
ondra05 220d85355a Fixed T-Dark blocks in blocks 2021-12-14 23:16:19 +01:00
ondra05 fe1f20a925 Removed clone 2021-12-14 23:05:21 +01:00
ondra05 3a6cc2b461 Merge branch 'feature/coercions' of https://git.ablecorp.us/AbleScript/able-script into feature/coercions 2021-12-14 23:02:57 +01:00
ondra05 a7d0766eb7 Renamed stuff 2021-12-14 23:02:55 +01:00
Alex Bethel 2ec6e52d10 Fix carts.able formatting 2021-12-14 15:57:04 -06:00
Alex Bethel 7655090c06 Arity-based functio deinterlacing 2021-12-14 15:56:40 -06:00
ondra05 7aa2d67449 🚗 Implemented ordered functio chaining 2021-12-14 21:45:44 +01:00
ondra05 a722ea00d5 Removed a feature which disallowed comments in functios 2021-12-14 21:10:58 +01:00
ondra05 3358234914 Implemented subtraction for functio chains... maybe? 2021-12-09 17:51:03 +01:00
ondra05 3f1b6d2387 Implemented coercions when subtracting able functios 2021-12-09 17:18:37 +01:00
ondra05 647fffbfd2 Who cares about the content, we have 256 commits!
And I readded a thing
2021-12-09 00:38:36 +01:00
ondra05 784992e65e sync 2021-12-09 00:35:43 +01:00
ondra05 9b242843a1 Git things beyond your comprehension mortals 2021-12-09 00:34:41 +01:00
ondra05 7525b434e6 Implemented halfway of functio sub 2021-12-09 00:33:45 +01:00
Alex Bethel 4851e0375a Function division 2021-12-08 16:33:06 -07:00
ondra05 d8ecfed5d5 Made Clippy happy (so he will not kill us in sleep) 2021-12-08 22:56:12 +01:00
Alex Bethel 91204c2b5f Use b-string instead of array of b-chars 2021-12-08 14:39:04 -07:00
ondra05 77a2395dd4 Implemented Abool -> Functio 2021-12-07 22:58:41 +01:00
Alex Bethel 0217f25aa8 Better BF function conversions 2021-12-07 14:27:45 -07:00
Alex Bethel b23963137a I made a cursed thing 😂 2021-12-07 14:24:58 -07:00
ondra05 bc3f16ba40 Implemented Functio to Aboolean 2021-12-07 21:57:37 +01:00
ondra05 9e41f8de07 huh??? 2021-12-07 21:20:24 +01:00
ondra05 c85e6e9257 Fmt! 2021-12-07 21:20:16 +01:00
ondra05 2d1d0eef5e Function negation 2021-12-07 21:18:45 +01:00
ondra05 6dcaeaa5cc Revert "Merge branch 'fix/unused-code'"
This reverts commit 2faf90430e, reversing
changes made to 2b322c00cc.
2021-12-07 20:54:23 +01:00
Alex Bethel 2faf90430e Merge branch 'fix/unused-code' 2021-11-27 17:20:54 -06:00
Alex Bethel 1f7073b8e6 Fix unused code warnings 2021-11-27 11:15:29 -06:00
Alex Bethel 145a7efbcf Avoid trailing comma in cart printout 2021-11-27 11:11:03 -06:00
Alex Bethel b59b165c1c Slightly better ExecEnv::assign
A little more idiomatic, avoid some borrow checker clumsiness, add
comments.
2021-11-27 11:02:41 -06:00
Alex Bethel 1fd6f65400 Assign read syntax 2021-11-05 17:09:53 -06:00
Alex Bethel 7e339f5535 Coerce indexing assignments into non-carts 2021-11-05 16:18:07 -06:00
ondra05 9067a05426 Renamed `semi_terminated` to `semicolon_terminated` 2021-10-23 23:20:45 +02:00
Alex Bethel fe6f7599fb Get cart assignments working 2021-10-23 15:08:10 -06:00
Alex Bethel 978aee3597 Almost get cart assignments working 2021-10-23 14:17:17 -06:00
ondra05 aedc2f12b1 Read in AST takes Assignable instead of Ident 2021-10-23 21:53:21 +02:00
Alex Bethel 2b322c00cc Merge branch 'feature/line_continuations' 2021-10-23 12:46:05 -06:00
ondra05 ec49940b92 Moved Assignable creation functions 2021-10-21 20:51:24 +02:00
ondra05 e9c7a6b61e
Merge pull request #43 from T-Dark0/T-Dark_fix_brainfuck_overflows
Fixed integer overflows. Why did I even write `checked_add` in the first place?
2021-10-19 23:37:47 +02:00
ondra05 38b647ff07 Removed `in_the_past_this_used_to_crash_but_not_anymore` test 2021-10-19 23:35:46 +02:00
T-Dark cf6a24b15a Fixed integer overflows. Why did I even write in the first place? 2021-10-19 17:29:53 +01:00
ondra05 83e3ea9283 Change Cart AssignableKind to Index. 2021-10-13 13:20:23 +02:00
Alex Bethel 88e65ff2a4 Sort of fix cart assignments 2021-10-12 14:33:23 -06:00
ondra05 9cfa5388ec improvement 2021-10-12 22:22:33 +02:00
ondra05 f0f0becec9 Added Assignable support in parser / AST 2021-10-12 22:14:20 +02:00