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
/
dhall_syntax
/
src
/
parser.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-15
Move contents of dhall_syntax to dhall
Nadrieril
1
-942
/
+0
2019-12-13
Merge dhall_generated_parser into dhall_syntax
Nadrieril
1
-1
/
+1
2019-12-13
Derive Parser in dhall_syntax directly
Nadrieril
1
-3
/
+3
2019-11-11
Parse projection by expression
Nadrieril
1
-12
/
+15
2019-11-11
Capture absence of span in Span itself
Nadrieril
1
-9
/
+5
2019-11-11
Run `cargo fmt`
Nadrieril
1
-7
/
+5
2019-09-18
Extract pest_consume into its own crate
Nadrieril
1
-35
/
+27
2019-09-17
Change invocation syntax of pest_consume::parser macro
Nadrieril
1
-1
/
+1
2019-09-11
Various tweaks
Nadrieril
1
-8
/
+6
2019-09-11
Rename match_inputs to match_nodes to reflect new terminology
Nadrieril
1
-38
/
+38
2019-09-10
No need to force user data to be a reference
Nadrieril
1
-11
/
+6
2019-09-10
Rename various bits of the pest_consume API
Nadrieril
1
-3
/
+3
2019-09-10
Allows using match_inputs outside of a make_parser impl
Nadrieril
1
-18
/
+14
2019-09-10
Implement parsing in PestConsumer
Nadrieril
1
-7
/
+7
2019-09-10
Add dummy `entrypoint` attribute
Nadrieril
1
-0
/
+1
2019-09-10
Use match_inputs for parser entrypoint
Nadrieril
1
-7
/
+13
2019-09-10
Rename parse_children to match_inputs
Nadrieril
1
-37
/
+37
2019-09-10
Generalize parse_children and change its invocation
Nadrieril
1
-36
/
+36
2019-09-09
Move pest_consume into its own crate
Nadrieril
1
-129
/
+3
2019-09-09
Make ParseInput independent from dhall-specific types
Nadrieril
1
-249
/
+259
2019-09-06
Store Spans at every node when parsing
Nadrieril
1
-13
/
+37
2019-09-05
Implement rule shortcutting, and cleanup make_parser code
Nadrieril
1
-6
/
+17
2019-09-05
Implement rule aliasing and simplify parser code
Nadrieril
1
-246
/
+177
2019-09-03
Move Canonicalize into resolve.
Fintan Halpenny
1
-3
/
+3
2019-09-02
Parse polymorphically in the Embed parameter
Nadrieril
1
-64
/
+76
2019-09-02
Remove the notion of Directory and have File be the vector of components
Fintan Halpenny
1
-17
/
+6
2019-09-02
Use proper hygiene for `Parsers` and `Rule`
Nadrieril
1
-2
/
+7
2019-09-02
Properly parse the argument of make_parser as an impl
Nadrieril
1
-1
/
+3
2019-09-02
Get rid of EntryPoint magic
Nadrieril
1
-43
/
+48
2019-09-01
Make make_parser into a proc_macro_attribute
Nadrieril
1
-1
/
+2
2019-09-01
Change parser macros to use a function-like syntax
Nadrieril
1
-748
/
+927
2019-09-01
Rewrite the make_parser macro as a proc_macro
Nadrieril
1
-203
/
+6
2019-08-31
Don't URL-decode path segments
Nadrieril
1
-5
/
+22
2019-08-31
Implement parsing of `toMap` keyword
Nadrieril
1
-1
/
+7
2019-08-28
Rename SubExpr to Expr, and Expr to RawExpr
Nadrieril
1
-32
/
+32
2019-08-27
clippy
Nadrieril
1
-3
/
+3
2019-08-27
s/token_rule/rule/
Nadrieril
1
-20
/
+20
2019-08-27
Rework parse macros to avoid the large ParsedValue enum
Nadrieril
1
-146
/
+139
2019-08-27
Remove rule aliasing
Nadrieril
1
-107
/
+93
2019-08-26
Wording
Nadrieril
1
-13
/
+13
2019-08-26
Remove rule_group macro
Nadrieril
1
-22
/
+4
2019-08-26
Match on rules in parser instead of on ParsedValues
Nadrieril
1
-25
/
+128
2019-08-16
Use `!` type instead of custom empty type
Nadrieril
1
-2
/
+2
2019-08-15
Include precedence parsing in parser macros
Nadrieril
1
-133
/
+187
2019-08-15
No need for manual stack handling in parser anymore
Nadrieril
1
-142
/
+96
2019-08-15
Use precedence climbing to parse expressions with operators
Nadrieril
1
-119
/
+108
2019-08-13
Implement inline headers parsing
Nadrieril
1
-14
/
+14
2019-08-13
Store Imports in their own node instead of in Embed
Nadrieril
1
-7
/
+7
2019-08-13
No need to track the absence of `Span`s at the type level
Nadrieril
1
-35
/
+4
2019-08-12
Refactor of File to be the combination of Directory and the file name,
FintanH
1
-13
/
+28
[next]