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_parser
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-13
Clarify role of dhall_generated_parser crate
Nadrieril
6
-240
/
+0
2019-04-12
Clarify license
Nadrieril
1
-0
/
+1
2019-04-07
Use upstream grammar
Nadrieril
1
-704
/
+1
2019-04-04
Regen visibility list
Nadrieril
1
-41
/
+25
2019-04-04
Revert end_of_line handling to upstream
Nadrieril
2
-7
/
+5
2019-04-04
Import union rules from upstream grammar
Nadrieril
1
-8
/
+9
2019-04-04
Get keyword rule from upstream
Nadrieril
3
-7
/
+10
2019-04-04
Handle Some as in upstream grammar
Nadrieril
1
-1
/
+1
2019-04-04
Import more trivial changes from upstream
Nadrieril
1
-4
/
+17
2019-04-04
Whitespace
Nadrieril
1
-17
/
+15
2019-04-04
Factor literal-expression back in
Nadrieril
2
-14
/
+5
2019-04-04
Tweak double literals
Nadrieril
1
-8
/
+14
2019-04-04
Import many trivial changes from upstream
Nadrieril
1
-46
/
+44
2019-04-04
Factor back in some rule branches
Nadrieril
2
-50
/
+36
2019-04-04
rename
Nadrieril
1
-5
/
+5
2019-04-04
Remove trailing whitespace from expression rules
Nadrieril
1
-32
/
+34
2019-04-04
Rename whitespace rules
Nadrieril
2
-51
/
+50
2019-03-24
Disallow builtins as bound variables
Nadrieril
1
-5
/
+7
2019-03-23
Remove various -raw suffixes
Nadrieril
3
-109
/
+101
2019-03-23
Inline various rules in grammar
Nadrieril
2
-99
/
+52
2019-03-23
Rebase latest changes in grammar
Nadrieril
2
-45
/
+75
2019-03-23
Update dhall-lang submodule
Nadrieril
1
-4
/
+2
2019-03-22
Handle quoted labels
Nadrieril
1
-1
/
+1
2019-03-22
Parse a lot more of the import types
Nadrieril
1
-18
/
+18
2019-03-21
Improve import handling in parser
Nadrieril
2
-2
/
+4
2019-03-20
Handle simple parsing cases with new macros
Nadrieril
1
-1
/
+1
2019-03-19
Test printer in parser tests
Nadrieril
1
-0
/
+1
2019-03-14
Handle and parse interpolated strings
Nadrieril
1
-1
/
+1
2019-03-11
Add some explanatory comments
Nadrieril
1
-0
/
+13
2019-03-11
Make main parser rule atomic
Nadrieril
1
-1
/
+1
2019-03-09
Refactor abnf_to_pest to make rule editing possible
Nadrieril
1
-34
/
+16
2019-03-08
rustfmt
Nadrieril
1
-2
/
+1
2019-03-08
Generate pest file manually in the hopes to reduce spurious recompilations
Nadrieril
3
-7
/
+21
2019-03-07
Use upstream pest
Nadrieril
2
-1
/
+2
2019-03-06
Start parsing imports
Nadrieril
2
-5
/
+10
2019-03-06
Disable tests for dhall_parser crate that has none
Nadrieril
1
-0
/
+4
2019-03-06
rustfmt
Nadrieril
1
-12
/
+33
2019-03-05
Parse doubles
Nadrieril
3
-4
/
+18
2019-03-05
Add literal_expression_raw back
Nadrieril
1
-1
/
+1
2019-03-05
Parse single quote literals
Nadrieril
2
-6
/
+8
2019-03-05
Include modified abnf in repo
Nadrieril
2
-1
/
+710
2019-03-05
Parse more of the AST
Nadrieril
1
-2
/
+2
2019-03-03
Extract iter-matching code
Nadrieril
2
-2
/
+1
2019-03-03
Parse more AST nodes
Nadrieril
1
-1
/
+1
2019-03-02
Start implementing parsing on top of pest
Nadrieril
1
-84
/
+98
2019-03-02
Move part of parser into its own crate to limit recompilation times
Nadrieril
5
-0
/
+208