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
/
src
/
lexer.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-27
Fix mixed up parsing of integers/naturals
Nadrieril
1
-2
/
+2
2019-02-27
Switch to Rust 2018 edition
Nadrieril
1
-7
/
+7
2019-02-27
Revert "Try to update to latest nom"
Nadrieril
1
-26
/
+28
2019-02-27
Try to update to latest nom
Nadrieril
1
-28
/
+26
2019-02-27
Update dependencies
Nadrieril
1
-5
/
+5
2017-09-08
fixed some clippy warnings
Andre Bogus
1
-1
/
+1
2017-03-10
Seperate built-in types and functions from Expr
NanoTech
1
-37
/
+25
2017-03-10
Replace Cow<'i, str> with &'i str in Expr
NanoTech
1
-6
/
+4
2017-03-10
Reference input strings without copying
NanoTech
1
-6
/
+8
2017-03-10
Parse string literals
NanoTech
1
-12
/
+93
2017-03-10
Parse identifiers' first character correctly
NanoTech
1
-2
/
+5
2017-03-10
Remove unused and commented symbol lexing code
NanoTech
1
-32
/
+0
2017-03-10
Refactor comment end finding
NanoTech
1
-18
/
+9
2017-03-10
Parse Const, lists, and records
NanoTech
1
-28
/
+72
2017-03-10
test reserved
NanoTech
1
-1
/
+1
2017-03-10
Separate keywords and builtins
NanoTech
1
-27
/
+36
2017-03-10
Add more ExprB rules
NanoTech
1
-5
/
+24
2017-03-10
Skip comments
NanoTech
1
-8
/
+41
2017-03-10
Report the offset of errors
NanoTech
1
-2
/
+3