log lexer/Lexer.d @ 154:0ea5d2f3e96b

age author description
Mon, 21 Jul 2008 21:45:54 +0200 Anders Johnsen Parsing "this" as constructor. Also removed regex from the test run program(seg fault - dmd???)
Fri, 11 Jul 2008 21:47:57 +0200 johnsen Lots of changes:
Tue, 27 May 2008 10:32:31 +0200 Anders Johnsen Carius changes to the parser. Parsing attributes, lexing many keywords(not all yet).
Sun, 25 May 2008 21:07:48 +0200 Anders Johnsen Parsing <<, >> and >>>.
Sun, 25 May 2008 15:42:44 +0200 Anders Johnsen Parsing basic integers and floats.
Wed, 21 May 2008 21:05:23 +0200 Anders Johnsen Lexing more types of strings. Now all's left is to parse the string in the AST. new_gen
Tue, 06 May 2008 21:59:22 +0200 Anders Halager Imports and improved module statement new_gen
Mon, 05 May 2008 18:44:20 +0200 Anders Johnsen A few better parser errors plus renaming most of the sema classes to match that they do now. Some have changes a lot. new_gen
Mon, 05 May 2008 17:07:16 +0200 johnsen Fixed the SourceLocation/SourceManager for files stretching by more then one CheckPoints new_gen
Sun, 04 May 2008 20:27:01 +0200 Anders Johnsen Using the new SourceLocation system to handle errors. Also, this is the first push for making the errors don't throw, but continue to check the source. new_gen
Sun, 04 May 2008 18:13:46 +0200 Anders Halager Major change to locations, tokens and expressions. new_gen
Fri, 02 May 2008 13:19:23 +0200 johnsen Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....) new_gen
Thu, 01 May 2008 23:08:41 +0200 Anders Johnsen First update on the way to Arrays! :) new_gen
Tue, 29 Apr 2008 20:15:22 +0200 Anders Johnsen Been working on the floating point parsing. Still a bit of work to do here. new_gen
Tue, 29 Apr 2008 16:34:11 +0200 Anders Johnsen Added support for "%" - modulus / reminder new_gen
Tue, 22 Apr 2008 22:31:39 +0200 Anders Johnsen A few fixes - now checking if chars are of a valid type new_gen
Tue, 22 Apr 2008 22:25:07 +0200 Anders Johnsen Added some docs for the lexer - now you can understand _some_ of the madness going on here :) new_gen
Tue, 22 Apr 2008 19:30:51 +0200 Anders Johnsen Now using arrays insted of switch - should speed things up a notch! new_gen
Sun, 20 Apr 2008 22:39:07 +0200 Anders Halager Switch statements support new_gen
Sun, 20 Apr 2008 11:47:34 +0200 Anders Halager Merge, and updated Error class new_gen
Sun, 20 Apr 2008 11:20:28 +0200 Anders Johnsen Now supporting structs - both read and write. Still a few errors though, so watch out. new_gen
Fri, 18 Apr 2008 17:49:34 +0200 Anders Johnsen Updates to run.d - still errors
Fri, 18 Apr 2008 12:33:03 +0200 johnsen Added Ne, Lt, Le, Gt, Ge and Not in lexer
Fri, 18 Apr 2008 12:24:14 +0200 johnsen Now lexing == as Equals
Fri, 18 Apr 2008 11:07:46 +0200 johnsen Updated lexer with comment handling to run Comments test at succes rate
Fri, 18 Apr 2008 02:31:07 +0200 Anders Halager Lots of stuff, here are the git comments:
Fri, 18 Apr 2008 02:01:38 +0200 johnsen First push