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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-04
Make some annotations optional in AST
Nadrieril
4
-36
/
+74
2019-03-03
Use normalization tests to test the parser too
Nadrieril
1
-8
/
+19
2019-03-03
Add myself to authors in Cargo.toml
Nadrieril
1
-1
/
+1
2019-03-03
Rollback partial move towards manual stack
Nadrieril
1
-170
/
+124
2019-03-03
Parse more of the AST
Nadrieril
5
-19
/
+25
2019-03-03
Remove obsolete tests
Nadrieril
1
-2
/
+0
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
2
-42
/
+28
2019-03-03
Refactor parser using nom-like macros
Nadrieril
1
-140
/
+228
2019-03-03
Parse more AST nodes
Nadrieril
2
-35
/
+105
2019-03-03
Handle errors in parser
Nadrieril
3
-58
/
+35
2019-03-03
Parse builtins
Nadrieril
2
-22
/
+39
2019-03-03
Write macros to streamline parsing
Nadrieril
2
-25
/
+59
2019-03-03
Merge builtins in a single enum
Nadrieril
5
-134
/
+103
2019-03-02
Add parser/failure tests from spec
Nadrieril
4
-83
/
+100
2019-03-02
Start implementing parsing on top of pest
Nadrieril
2
-24
/
+108
2019-03-02
Move part of parser into its own crate to limit recompilation times
Nadrieril
6
-233
/
+3
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
51
-0
/
+4757