Commit Graph

7 Commits

Author SHA1 Message Date
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
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
6a608f995a Starting to stand up the parser using std::pair 2009-05-26 22:39:55 +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