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