index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pest_consume_macros
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-17
Update terminology in match_nodes
Nadrieril
1
-36
/
+36
2019-09-17
Remove need for slice_patterns in pest_consume
Nadrieril
1
-32
/
+47
2019-09-11
Various tweaks
Nadrieril
2
-12
/
+12
2019-09-11
Rename match_inputs to match_nodes to reflect new terminology
Nadrieril
2
-4
/
+4
2019-09-10
Rename various bits of the pest_consume API
Nadrieril
3
-19
/
+18
2019-09-10
Use an enum instead of strings for rule aliasing
Nadrieril
2
-16
/
+37
2019-09-10
Avoid the use of drain_filter feature
Nadrieril
2
-5
/
+28
2019-09-10
Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature
Nadrieril
2
-1
/
+2
2019-09-10
Allows using match_inputs outside of a make_parser impl
Nadrieril
2
-17
/
+26
2019-09-10
Implement parsing in PestConsumer
Nadrieril
1
-1
/
+18
2019-09-10
Add dummy `entrypoint` attribute
Nadrieril
1
-0
/
+7
2019-09-10
Rename parse_children to match_inputs
Nadrieril
2
-4
/
+4
2019-09-10
Generalize parse_children and change its invocation
Nadrieril
1
-18
/
+9
2019-09-09
Move pest_consume macros into their own crate
Nadrieril
4
-0
/
+595