Anton-4
|
9db5f9c607
|
move_carets_right function works
|
2021-03-19 11:05:47 +01:00 |
|
Richard Feldman
|
c2da776ff4
|
Merge pull request #1083 from rtfeldman/expression-move
More parsing cleanup
|
2021-03-18 23:25:44 -04:00 |
|
Richard Feldman
|
28d8c913d4
|
Merge pull request #1084 from rtfeldman/multi-backpassing
Multi backpassing
|
2021-03-18 23:10:26 -04:00 |
|
Folkert
|
eef1cb2a69
|
use multi-backpassing in base64 example
|
2021-03-19 00:27:34 +01:00 |
|
Folkert
|
73e6128ce3
|
parse multi-backtracking
|
2021-03-19 00:10:02 +01:00 |
|
Folkert
|
85309444e1
|
pass MultiBacktracking options
|
2021-03-18 20:27:40 +01:00 |
|
Folkert
|
74a7674167
|
remove bad test
|
2021-03-18 19:54:51 +01:00 |
|
Folkert
|
e7099a1525
|
un-ignore some tests
|
2021-03-18 16:02:22 +01:00 |
|
Folkert
|
b9069716f9
|
fix multi def test
|
2021-03-18 15:31:20 +01:00 |
|
Folkert
|
160fb7c23f
|
cleanup
|
2021-03-18 15:16:24 +01:00 |
|
Folkert
|
dc7c384b49
|
expose less
|
2021-03-18 14:52:37 +01:00 |
|
Folkert
|
3b647274dc
|
refactor
|
2021-03-18 14:50:21 +01:00 |
|
Folkert
|
e6aa0a557e
|
Merge remote-tracking branch 'origin/trunk' into expression-move
|
2021-03-17 21:20:26 +01:00 |
|
Folkert
|
9d10b060da
|
clippy
|
2021-03-17 21:19:26 +01:00 |
|
Folkert
|
2fc9d20867
|
cleanup
|
2021-03-17 21:14:19 +01:00 |
|
Folkert
|
35e7f01362
|
simplify expr in parens
|
2021-03-17 21:11:37 +01:00 |
|
Folkert
|
e49860c1cd
|
cleanup
|
2021-03-17 20:51:53 +01:00 |
|
Folkert
|
67c68c6b11
|
simplify record parsing
|
2021-03-17 20:49:49 +01:00 |
|
Anton-4
|
ac41c099bc
|
almost done with move_caret_right
|
2021-03-17 20:14:50 +01:00 |
|
Folkert
|
ec8dd5c3d3
|
def parsing cleanup
|
2021-03-17 17:36:00 +01:00 |
|
Folkert
|
38d925fea6
|
use new def parser for module defs
|
2021-03-17 17:28:27 +01:00 |
|
Folkert
|
cf905a13fa
|
better parse error reporting in docs
|
2021-03-17 17:26:43 +01:00 |
|
Folkert
|
d2600b47a0
|
better parse error reporting in test_load
|
2021-03-17 17:26:15 +01:00 |
|
Richard Feldman
|
e22da20232
|
Merge pull request #997 from rtfeldman/nix-pure
Partially get nix-shell --pure to work
|
2021-03-16 22:58:33 -04:00 |
|
Richard Feldman
|
78a55c5ab5
|
Merge pull request #1081 from rtfeldman/update-roc-for-elm-programmers
Update roc-for-elm-programmers
|
2021-03-16 22:58:19 -04:00 |
|
Richard Feldman
|
7f87fe4d4b
|
Merge pull request #1079 from rtfeldman/isMultipleOf_perf
Improve isMultipleOf perf cost.
|
2021-03-16 22:58:10 -04:00 |
|
Richard Feldman
|
f524ee08ff
|
Merge branch 'trunk' into update-roc-for-elm-programmers
|
2021-03-16 22:57:44 -04:00 |
|
Richard Feldman
|
912bd50c8e
|
Update roc-for-elm-programmers
|
2021-03-16 22:27:58 -04:00 |
|
Folkert
|
53a0f4f9a5
|
make def helper to optionally parse final expr
|
2021-03-16 23:37:36 +01:00 |
|
Folkert
|
1434ab6ed7
|
Merge remote-tracking branch 'origin/trunk' into expression-move
|
2021-03-16 23:11:26 +01:00 |
|
Folkert
|
f84f428960
|
fix comment
|
2021-03-16 23:11:10 +01:00 |
|
Anton-4
|
a5a0d2270f
|
almost done with move_caret_right
|
2021-03-16 20:20:56 +01:00 |
|
Anton-4
|
afe0dc16ea
|
added parent_id to MarkupNode, created SlowPool mock because Pool can not with a mix of 64 and 32 byte nodes, renamed Hole to Blank: closes #1080
|
2021-03-16 16:21:14 +01:00 |
|
Eric Henry
|
d75a01cfa9
|
Remove comment
|
2021-03-15 23:31:35 -04:00 |
|
Eric Henry
|
05ff53a6f5
|
Make the then branch the one that will happen most often
|
2021-03-15 23:27:43 -04:00 |
|
Richard Feldman
|
f59badc5b6
|
Merge pull request #1078 from rtfeldman/update-docs
|
2021-03-15 22:01:12 -04:00 |
|
Richard Feldman
|
a7195a6298
|
Add backpassing to roc-for-elm-programmers.md
|
2021-03-15 21:30:22 -04:00 |
|
Richard Feldman
|
aeba0dba84
|
Merge branch 'trunk' into nix-pure
|
2021-03-15 21:10:01 -04:00 |
|
Richard Feldman
|
84e65da5e7
|
cargo fmt
|
2021-03-15 21:09:53 -04:00 |
|
Richard Feldman
|
3ab771cfaa
|
Merge branch 'trunk' into nix-pure
|
2021-03-15 21:07:48 -04:00 |
|
Richard Feldman
|
d7fc35d9a1
|
Merge pull request #1077 from rtfeldman/expression-move
New parser for defs in expressions
|
2021-03-15 21:05:59 -04:00 |
|
Richard Feldman
|
e7524d30f9
|
Drop obsolete dbg!
|
2021-03-15 21:05:53 -04:00 |
|
Richard Feldman
|
32ca8fdeec
|
Merge pull request #1076 from rtfeldman/markup
Added markup with MarkupNode
|
2021-03-15 20:56:01 -04:00 |
|
Folkert
|
5adeedba9d
|
cleanup
|
2021-03-15 23:51:06 +01:00 |
|
Folkert
|
ecc689e84b
|
Merge remote-tracking branch 'origin/trunk' into expression-move
|
2021-03-15 23:18:48 +01:00 |
|
Folkert
|
6d746269fc
|
clippy
|
2021-03-15 23:17:00 +01:00 |
|
Folkert
|
301f02172e
|
def parsing does not need to consider backpassing
|
2021-03-15 23:06:28 +01:00 |
|
Folkert
|
1b4a6aee04
|
another backpassing test
|
2021-03-15 23:01:59 +01:00 |
|
Folkert
|
66e7e3bc5e
|
parse single backpassing
|
2021-03-15 22:50:34 +01:00 |
|
Folkert
|
6da792c62d
|
remove test executables from repo
|
2021-03-15 21:50:32 +01:00 |
|