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
/
src
/
parser.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
Rename spec tests
Nadrieril
1
-1
/
+1
2019-04-08
Move spec tests into the relevant files
Nadrieril
1
-0
/
+6
2019-03-06
Split-off core into its own crate
Nadrieril
1
-827
/
+0
2019-03-06
rustfmt
Nadrieril
1
-6
/
+10
2019-03-05
Merge binary operations in AST
Nadrieril
1
-21
/
+33
2019-03-05
Use core aliases for number types
Nadrieril
1
-3
/
+4
2019-03-05
Parse doubles
Nadrieril
1
-0
/
+16
2019-03-05
Add literal_expression_raw back
Nadrieril
1
-29
/
+28
2019-03-05
Remove all external calls to match_pest
Nadrieril
1
-23
/
+25
2019-03-05
Rewrite most parse rules using rule!
Nadrieril
1
-174
/
+225
2019-03-05
Improve the ergonomics of matching
Nadrieril
1
-43
/
+41
2019-03-05
Implement more flexible matching
Nadrieril
1
-95
/
+106
2019-03-05
Fix error handling in macros
Nadrieril
1
-2
/
+2
2019-03-05
Remove @get_err entrypoints from macros
Nadrieril
1
-37
/
+20
2019-03-05
Prepare for more flexible matching in match_children!
Nadrieril
1
-19
/
+58
2019-03-05
Split branching from typing in match_children!
Nadrieril
1
-31
/
+49
2019-03-05
Parse single quote literals
Nadrieril
1
-17
/
+54
2019-03-05
Extract non-parser-specific behavior from match_children!
Nadrieril
1
-63
/
+126
2019-03-05
Improve error handling in match_children!
Nadrieril
1
-15
/
+28
2019-03-05
Allow empty match in match_children!
Nadrieril
1
-3
/
+7
2019-03-05
Fix in match_iter error handling
Nadrieril
1
-1
/
+4
2019-03-05
Remove unused unstable features
Nadrieril
1
-3
/
+4
2019-03-05
Tweak rustfmt options
Nadrieril
1
-42
/
+55
2019-03-05
Parse more of the AST
Nadrieril
1
-0
/
+87
2019-03-05
Allow branching in match_children! macro
Nadrieril
1
-31
/
+107
2019-03-03
Rollback partial move towards manual stack
Nadrieril
1
-170
/
+124
2019-03-03
Parse more of the AST
Nadrieril
1
-11
/
+10
2019-03-03
Extract iter-matching code
Nadrieril
1
-32
/
+110
2019-03-03
Indent
Nadrieril
1
-114
/
+112
2019-03-03
Wrap intermediary parsed values into a common variant
Nadrieril
1
-29
/
+72
2019-03-03
tweak
Nadrieril
1
-9
/
+10
2019-03-03
Brutally increase stack size
Nadrieril
1
-41
/
+23
2019-03-03
Refactor parser using nom-like macros
Nadrieril
1
-140
/
+228
2019-03-03
Parse more AST nodes
Nadrieril
1
-33
/
+100
2019-03-03
Handle errors in parser
Nadrieril
1
-58
/
+33
2019-03-03
Parse builtins
Nadrieril
1
-2
/
+9
2019-03-03
Write macros to streamline parsing
Nadrieril
1
-25
/
+58
2019-03-02
Add parser/failure tests from spec
Nadrieril
1
-81
/
+82
2019-03-02
Start implementing parsing on top of pest
Nadrieril
1
-24
/
+103
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
1
-0
/
+0
2019-02-28
Auto-generate pest file from spec abnf
Nadrieril
1
-7
/
+3
2019-02-28
Start rewriting parser in pest
Nadrieril
1
-0
/
+60
2019-02-27
Fix mixed up parsing of integers/naturals
Nadrieril
1
-3
/
+3
2019-02-27
Switch to Rust 2018 edition
Nadrieril
1
-4
/
+4
2019-02-27
Revert "Try to update to latest nom"
Nadrieril
1
-1
/
+1
2019-02-27
Try to update to latest nom
Nadrieril
1
-1
/
+1
2019-02-27
Update dependencies
Nadrieril
1
-1
/
+1
2017-03-10
Reference input strings without copying
NanoTech
1
-1
/
+1
2017-03-10
Parse Const, lists, and records
NanoTech
1
-0
/
+1
2017-03-10
Read and parse stdin
NanoTech
1
-1
/
+1
[next]