Jonathan Turner
|
fc3b9de2d2
|
Flipped shift operator direction to match spirit
|
2009-06-01 19:18:55 +00:00 |
|
Jonathan Turner
|
f0088d8ade
|
Bugfixes for multiline comments to properly preserve column and to span multiple lines
|
2009-06-01 19:11:27 +00:00 |
|
Jonathan Turner
|
307e557e5b
|
Added comment lexing. Removed previous optimization. Flattened lex grammar.
|
2009-06-01 13:40:24 +00:00 |
|
Jonathan Turner
|
f692834fa8
|
Gave in to premature optimization. Lex regexes are now compiled together and the match is found in the resulting set, instead of incrementally searching for a match.
|
2009-05-31 11:57:29 +00:00 |
|
Jonathan Turner
|
6a9c5ee57f
|
Added command delimiters
|
2009-05-30 13:01:52 +00:00 |
|
Jonathan Turner
|
332fdf0c8e
|
Switch Token to smart pointer
|
2009-05-27 15:07:29 +00:00 |
|
Jonathan Turner
|
6538008172
|
Added filenames to tokens, removed from File_Position
|
2009-05-27 11:46:15 +00:00 |
|
Jonathan Turner
|
5424b6be41
|
Added line counting to lexer.
|
2009-05-26 16:59:29 +00:00 |
|
Jonathan Turner
|
23fc75ca52
|
Initial check-in of langkit
|
2009-05-25 18:52:01 +00:00 |
|