Commit Graph

407 Commits (trunk)

Author SHA1 Message Date
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
Alex Bethel 5c9c759be2 Add statement continuation in REPL in CLI
Typing ```
var foo = [
``` into the REPL now causes it to prompt you to complete the
statement rather than just printing an "unexpected EOF" error.
2021-10-09 22:31:14 -06:00
ondra05 8986d225a4 Generalised some lexer functions 2021-10-04 23:03:23 +02:00
ondra05 d77a7a45fc Renamed `Iden` to `Ident` 2021-10-04 23:00:18 +02:00
Alex Bethel fa16442560 Improve consistency of code & comments
Changed all `&str.to_string()` into `&str.to_owned()`, and made the
grammar of the `Value::into_*` comments uniform.
2021-09-04 10:54:53 -06:00
ondra05 c6fac09660 Variable name shortened 2021-09-02 18:36:25 +02:00
ondra05 4c5c44d177 Fixed division
x/0 is now x/42 instead of 42 which makes it more confusing
2021-09-02 18:35:33 +02:00
ondra05 71e56e9ad4 Clippy 2021-09-01 17:46:17 +02:00
ondra05 35440661e2 All operations except functio ones are implemented
- Aboolean logic
- Cart division/multiplication
2021-08-31 00:41:37 +02:00
ondra05 567fe8c85e Implemented negation for most types 2021-08-30 23:19:25 +02:00
Alex Bethel 3342419242 Add parsing negative numbers 2021-08-30 15:03:29 -06:00
ondra05 bbabc8e195 Not is now lexing and parsing correctly 2021-08-30 22:55:31 +02:00
ondra05 6570292323 Removed And and Or ops because they aren't cursed enough 2021-08-30 22:18:09 +02:00
ondra05 19743f3c0b Most of operations are implemented 2021-08-30 22:14:13 +02:00
ondra05 bc0c4f1911 fmt + docs 2021-08-29 00:34:08 +02:00
ondra05 0f283c1da8 Used body length for AbleFunctio to i32 instead of AST length 2021-08-29 00:28:45 +02:00
ondra05 7ca05ccda6 Revert "Eval errors are now correctly spanned"
This reverts commit 75792224f6.
2021-08-29 00:26:40 +02:00