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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove need for slice_patterns in pest_consume
Nadrieril
2019-09-17
1
-1
/
+0
*
Add basic doc to pest_consume
Nadrieril
2019-09-11
1
-5
/
+118
*
Various tweaks
Nadrieril
2019-09-11
1
-0
/
+3
*
Rename match_inputs to match_nodes to reflect new terminology
Nadrieril
2019-09-11
1
-1
/
+1
*
Add an example to pest_consume
Nadrieril
2019-09-11
1
-0
/
+14
*
No need to force user data to be a reference
Nadrieril
2019-09-10
1
-53
/
+50
*
Rename various bits of the pest_consume API
Nadrieril
2019-09-10
1
-143
/
+159
*
Use an enum instead of strings for rule aliasing
Nadrieril
2019-09-10
1
-3
/
+4
*
Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature
Nadrieril
2019-09-10
1
-1
/
+3
*
Implement parsing in PestConsumer
Nadrieril
2019-09-10
1
-0
/
+23
*
Formatting
Nadrieril
2019-09-10
1
-65
/
+32
*
Use match_inputs for parser entrypoint
Nadrieril
2019-09-10
1
-8
/
+34
*
Remove custom pair debugging
Nadrieril
2019-09-10
1
-52
/
+0
*
Rename parse_children to match_inputs
Nadrieril
2019-09-10
1
-1
/
+1
*
Generalize parse_children and change its invocation
Nadrieril
2019-09-10
1
-1
/
+94
*
Move pest_consume macros into their own crate
Nadrieril
2019-09-09
1
-1
/
+1
*
Move pest_consume into its own crate
Nadrieril
2019-09-09
1
-0
/
+123