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
/
grammar.lalrpop
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-04
Make some annotations optional in AST
Nadrieril
1
-1
/
+1
2019-03-03
Parse more of the AST
Nadrieril
1
-1
/
+1
2019-03-03
Merge builtins in a single enum
Nadrieril
1
-4
/
+5
2019-03-01
Split abnf_to_pest and dhall into their own crates
Nadrieril
1
-0
/
+0
2019-02-28
Fix imports in grammar.lalrpop
Nadrieril
1
-7
/
+7
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
2017-03-10
Use BTreeMaps to keep records and unions sorted
NanoTech
1
-4
/
+4
2017-03-10
Seperate built-in types and functions from Expr
NanoTech
1
-2
/
+3
2017-03-10
Replace Cow<'i, str> with &'i str in Expr
NanoTech
1
-4
/
+3
2017-03-10
Begin implementing type checking
NanoTech
1
-0
/
+1
2017-03-10
Reference input strings without copying
NanoTech
1
-24
/
+25
2017-03-10
Parse string literals
NanoTech
1
-0
/
+2
2017-03-10
Parse Const, lists, and records
NanoTech
1
-1
/
+56
2017-03-10
Parse builtins correctly
NanoTech
1
-1
/
+1
2017-03-10
Separate keywords and builtins
NanoTech
1
-8
/
+8
2017-03-10
Add more ExprB rules
NanoTech
1
-2
/
+11