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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle simple parsing cases with new macros
Nadrieril
2019-03-20
1
-1
/
+1
*
Test printer in parser tests
Nadrieril
2019-03-19
1
-0
/
+1
*
Handle and parse interpolated strings
Nadrieril
2019-03-14
1
-1
/
+1
*
Add some explanatory comments
Nadrieril
2019-03-11
1
-0
/
+13
*
Make main parser rule atomic
Nadrieril
2019-03-11
1
-1
/
+1
*
Refactor abnf_to_pest to make rule editing possible
Nadrieril
2019-03-09
1
-34
/
+16
*
rustfmt
Nadrieril
2019-03-08
1
-2
/
+1
*
Generate pest file manually in the hopes to reduce spurious recompilations
Nadrieril
2019-03-08
3
-7
/
+21
*
Use upstream pest
Nadrieril
2019-03-07
2
-1
/
+2
*
Start parsing imports
Nadrieril
2019-03-06
2
-5
/
+10
*
Disable tests for dhall_parser crate that has none
Nadrieril
2019-03-06
1
-0
/
+4
*
rustfmt
Nadrieril
2019-03-06
1
-12
/
+33
*
Parse doubles
Nadrieril
2019-03-05
3
-4
/
+18
*
Add literal_expression_raw back
Nadrieril
2019-03-05
1
-1
/
+1
*
Parse single quote literals
Nadrieril
2019-03-05
2
-6
/
+8
*
Include modified abnf in repo
Nadrieril
2019-03-05
2
-1
/
+710
*
Parse more of the AST
Nadrieril
2019-03-05
1
-2
/
+2
*
Extract iter-matching code
Nadrieril
2019-03-03
2
-2
/
+1
*
Parse more AST nodes
Nadrieril
2019-03-03
1
-1
/
+1
*
Start implementing parsing on top of pest
Nadrieril
2019-03-02
1
-84
/
+98
*
Move part of parser into its own crate to limit recompilation times
Nadrieril
2019-03-02
5
-0
/
+208