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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge binary operations in AST
Nadrieril
2019-03-05
4
-126
/
+106
*
Update test list
Nadrieril
2019-03-05
2
-22
/
+22
*
Use core aliases for number types
Nadrieril
2019-03-05
1
-3
/
+4
*
Parse doubles
Nadrieril
2019-03-05
4
-4
/
+34
*
Add literal_expression_raw back
Nadrieril
2019-03-05
2
-30
/
+29
*
Remove all external calls to match_pest
Nadrieril
2019-03-05
1
-23
/
+25
*
Rewrite most parse rules using rule!
Nadrieril
2019-03-05
1
-174
/
+225
*
Improve the ergonomics of matching
Nadrieril
2019-03-05
1
-43
/
+41
*
Implement more flexible matching
Nadrieril
2019-03-05
1
-95
/
+106
*
Fix error handling in macros
Nadrieril
2019-03-05
1
-2
/
+2
*
Remove @get_err entrypoints from macros
Nadrieril
2019-03-05
1
-37
/
+20
*
Prepare for more flexible matching in match_children!
Nadrieril
2019-03-05
1
-19
/
+58
*
Split branching from typing in match_children!
Nadrieril
2019-03-05
1
-31
/
+49
*
Parse single quote literals
Nadrieril
2019-03-05
3
-23
/
+62
*
Extract non-parser-specific behavior from match_children!
Nadrieril
2019-03-05
1
-63
/
+126
*
Improve error handling in match_children!
Nadrieril
2019-03-05
1
-15
/
+28
*
Allow empty match in match_children!
Nadrieril
2019-03-05
2
-3
/
+8
*
Fix in match_iter error handling
Nadrieril
2019-03-05
1
-1
/
+4
*
Remove unused unstable features
Nadrieril
2019-03-05
2
-5
/
+4
*
Update spec submodule
Nadrieril
2019-03-05
1
-0
/
+0
*
Include modified abnf in repo
Nadrieril
2019-03-05
2
-1
/
+710
*
Tweak rustfmt options
Nadrieril
2019-03-05
2
-42
/
+57
*
Parse more of the AST
Nadrieril
2019-03-05
2
-2
/
+89
*
Allow branching in match_children! macro
Nadrieril
2019-03-05
2
-31
/
+108
*
Make some annotations optional in AST
Nadrieril
2019-03-04
4
-36
/
+74
*
Use normalization tests to test the parser too
Nadrieril
2019-03-03
1
-8
/
+19
*
Add myself to authors in Cargo.toml
Nadrieril
2019-03-03
1
-1
/
+1
*
Rollback partial move towards manual stack
Nadrieril
2019-03-03
1
-170
/
+124
*
Parse more of the AST
Nadrieril
2019-03-03
5
-19
/
+25
*
Remove obsolete tests
Nadrieril
2019-03-03
1
-2
/
+0
*
Extract iter-matching code
Nadrieril
2019-03-03
3
-34
/
+111
*
Indent
Nadrieril
2019-03-03
1
-114
/
+112
*
Wrap intermediary parsed values into a common variant
Nadrieril
2019-03-03
1
-29
/
+72
*
tweak
Nadrieril
2019-03-03
1
-9
/
+10
*
Brutally increase stack size
Nadrieril
2019-03-03
2
-42
/
+28
*
Refactor parser using nom-like macros
Nadrieril
2019-03-03
1
-140
/
+228
*
Parse more AST nodes
Nadrieril
2019-03-03
3
-36
/
+106
*
Handle errors in parser
Nadrieril
2019-03-03
4
-58
/
+36
*
Parse builtins
Nadrieril
2019-03-03
2
-22
/
+39
*
Write macros to streamline parsing
Nadrieril
2019-03-03
2
-25
/
+59
*
Merge builtins in a single enum
Nadrieril
2019-03-03
5
-134
/
+103
*
Add parser/failure tests from spec
Nadrieril
2019-03-02
4
-83
/
+100
*
Start implementing parsing on top of pest
Nadrieril
2019-03-02
3
-108
/
+206
*
Move part of parser into its own crate to limit recompilation times
Nadrieril
2019-03-02
11
-242
/
+221
*
Tweak pest generation
Nadrieril
2019-03-02
1
-2
/
+2
*
Split abnf_to_pest and dhall into their own crates
Nadrieril
2019-03-01
56
-79
/
+104
*
remove simple-label override
Nadrieril
2019-03-01
1
-2
/
+0
*
override simple_label rule to avoid parsing keywords
Nadrieril
2019-03-01
1
-10
/
+25
*
Improve pest file layout
Nadrieril
2019-03-01
3
-16
/
+57
*
Auto-generate pest file from spec abnf
Nadrieril
2019-02-28
9
-844
/
+334
[prev]
[next]