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-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-02
Parse polymorphically in the Embed parameter
Nadrieril
1
-64
/
+76
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-08
Add support for dependent types
Nadrieril
1
-0
/
+12
2019-08-07
Add truncated Natural subtraction
Nadrieril
1
-0
/
+1
2019-08-07
Remove union literals from the language
Nadrieril
1
-48
/
+3
2019-08-07
Forbid surrogate pairs and non-characters
Nadrieril
1
-2
/
+21
2019-08-07
Sort labels in projection expressions
Nadrieril
1
-3
/
+3
2019-08-06
Generalize empty list annotations
Nadrieril
1
-4
/
+6
2019-08-06
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
1
-1
/
+2
2019-08-06
Add toMap keyword
Nadrieril
1
-0
/
+1
2019-08-06
RFC3986 URLs
Nadrieril
1
-0
/
+7
2019-08-06
Braced escape sequences
Nadrieril
1
-4
/
+24
2019-08-06
Remove old-style optional literals
Nadrieril
1
-15
/
+3
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-0
/
+1
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-5
/
+13
2019-05-12
clippy
Nadrieril
1
-2
/
+2
2019-05-12
Implement binary encoding
Nadrieril
1
-7
/
+6
[next]