index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
lex.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-02-27
Parse/lex - Fix handling of escape codes
John Hodge
1
-2
/
+38
2016-02-26
Parse/lex - Minor fix to escaped string handling
John Hodge
1
-4
/
+17
2016-02-25
Lex - Handle octal literals
John Hodge
1
-3
/
+13
2016-02-25
Fix raw string lex
John Hodge
1
-6
/
+20
2016-02-25
Lex - Fix handling of raw strings
John Hodge
1
-13
/
+27
2016-02-25
Lexer - Handle exponents on integers (as floats)
John Hodge
1
-44
/
+47
2016-02-23
UTF-8 lex
John Hodge
1
-1
/
+47
2016-02-21
Fixing parser deficiencies
John Hodge
1
-61
/
+144
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
1
-1
/
+1
2016-02-18
(semibroken) Defer macro expansion
John Hodge
1
-0
/
+6
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
1
-2
/
+1
2015-09-06
Rough span support
John Hodge
1
-5
/
+27
2015-08-23
Cleanup and new syntax
John Hodge
1
-13
/
+30
2015-06-04
Fix issues with printout, lexing, and pattern resolving
John Hodge
1
-1
/
+1
2015-04-04
Lexer - Handle integer suffixes
John Hodge
1
-11
/
+29
2015-03-26
Comment headers and readme update
John Hodge
1
-6
/
+11
2015-03-25
Macros updated with concat!, stringify!, and $crate
John Hodge
1
-0
/
+147
2015-03-21
Fix minor lexing and dump issues
John Hodge
1
-2
/
+2
2015-03-21
Rework macro handling to (hopefully) correctly handle nested repetions
John Hodge
1
-1
/
+18
2015-03-18
super path in expr, byte literals, while disallow struct, todo struct match
John Hodge
1
-1
/
+17
2015-03-18
Array literals, op-equals parsing, super in path, blocks
John Hodge
1
-0
/
+3
2015-03-17
Rework handling of blocks, add sub-modules
John Hodge
1
-19
/
+69
2015-03-17
Hack in hex character literals
John Hodge
1
-2
/
+12
2015-03-17
Clean up handling of TokenTrees, allowing empty but valid TTs
John Hodge
1
-1
/
+1
2015-03-14
Fixed macros, added range syntax and other tweaks
John Hodge
1
-2
/
+11
2015-03-13
Various other features for libcore, now on to loops
John Hodge
1
-3
/
+42
2015-03-12
Float parsing, module-level macro expansion
John Hodge
1
-4
/
+128
2015-03-08
Cleanup to pattern handling
John Hodge
1
-0
/
+1
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
1
-137
/
+39
2015-03-07
Added file+line reporting to error messages
John Hodge
1
-1
/
+13
2015-03-06
Bugfixes exposed by fixing formatted output
John Hodge
1
-649
/
+650
2015-01-22
Corrected pattern handling (a bit)
John Hodge (sonata)
1
-0
/
+1
2015-01-15
Working on parsing 'std' from a file (instead of hardcoding)
John Hodge (sonata)
1
-1
/
+1
2015-01-02
Adding in support for std, parsing now broken due to TODO early in process
John Hodge (sonata)
1
-0
/
+1
2014-12-23
Move source files to src/ folder
John Hodge (sonata)
1
-0
/
+650
[prev]