Commit Graph

333 Commits (a4e3b98c6a89839557fbbf85d83626c99bb5b126)

Author SHA1 Message Date
ondra05 6f489d5435 Implemented Display for built-ins 2022-02-12 22:52:14 +01:00
ondra05 ebd8a28a83 Implemented coercions for built-in functios 2022-02-12 22:10:30 +01:00
ondra05 013c324a8e Implemented built-in functios
- Missing coercions and operations
2022-02-12 21:14:55 +01:00
ondra05 d67f50afe8 Length by empty square braces
Reviewed-on: https://git.ablecorp.us:443/AbleScript/able-script/pulls/2
2022-01-28 20:03:31 +00:00
ondra05 4386e31ea5 Functio -> Int more cursed 2022-01-22 21:02:10 +01:00
ondra05 f4f7b102eb Cart -> Int more cursed 2022-01-22 20:52:09 +01:00
ondra05 ae15f6cfb3 Implemented [] as length operator 2022-01-22 20:48:21 +01:00
ondra05 622ce45435 Implemented Len in parser 2022-01-22 20:37:44 +01:00
Alex Bethel 9e6cc36135 Merge branch 'master' of ssh://git.ablecorp.us:20/AbleScript/able-script 2021-12-29 17:08:05 -06:00
Alex Bethel d59d75c6a2 Add martens owo 2021-12-29 17:06:46 -06:00
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