log parser/Parser.d @ 185:7b274cfdc1dc

age author description
Fri, 25 Jul 2008 12:18:05 +0200 Anders Johnsen Added support for array literals. Codegen is broken, though.
Fri, 25 Jul 2008 10:59:16 +0200 Anders Johnsen Fixed a few errors so that two more tests passes. Also, now you only need a type in a function param.
Thu, 24 Jul 2008 23:03:18 +0200 Anders Johnsen Can now use & as a unary operator and take an AddressOf
Thu, 24 Jul 2008 20:31:24 +0200 Anders Johnsen - Changed Parser to be more clean on type parsing.
Tue, 22 Jul 2008 13:29:20 +0200 Anders Halager Improved static arrays
Tue, 22 Jul 2008 00:33:58 +0200 Anders Johnsen Parsing "new", putting it in AST and performs some tests on it. Eg. if the contructor exists and the params matches.
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???)
Mon, 21 Jul 2008 21:30:44 +0200 Anders Halager Formatting change
Mon, 21 Jul 2008 21:18:18 +0200 Anders Halager Merge
Mon, 21 Jul 2008 20:35:03 +0200 Anders Halager Make switch work again
Mon, 21 Jul 2008 20:28:11 +0200 Anders Johnsen Fixed some for parsing, and removed a little ugly bug.
Mon, 21 Jul 2008 18:16:50 +0200 Anders Johnsen Parsing for-loop.
Mon, 21 Jul 2008 17:41:40 +0200 Anders Johnsen - Parsing nested attributes.
Mon, 21 Jul 2008 01:05:20 +0200 Anders Johnsen Added partial support for switches.
Sun, 20 Jul 2008 23:23:56 +0200 Anders Johnsen Added support for extern keyword. Being ignored atm though. Also changed ast/Module, so that you can get a list of only vars, functions or structs.
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 18:19:09 +0200 Anders Halager Add in the types for float and co.
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
Thu, 08 May 2008 10:32:41 +0200 Anders Johnsen Parsing methods in structs - error on semantics though. new_gen
Tue, 06 May 2008 22:49:43 +0200 Anders Johnsen Loading modules in. Just need to add them to the scope of the "main" Module now. new_gen
Tue, 06 May 2008 21:59:22 +0200 Anders Halager Imports and improved module statement new_gen
Tue, 06 May 2008 16:24:14 +0200 Anders Johnsen Added Modules. Right now it's very simple - will grow with time and need. 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
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 20:17:22 +0200 Anders Johnsen Assign stuff to arrays. new_gen
Fri, 02 May 2008 19:54:22 +0200 Anders Halager Parse array indexing, and allow reading from arrays new_gen
Fri, 02 May 2008 19:51:58 +0200 Anders Johnsen Can declare outside functions and call c-functions new_gen
Fri, 02 May 2008 18:23:33 +0200 Anders Johnsen Now you can declare array new_gen
Fri, 02 May 2008 17:33:50 +0200 Anders Johnsen Pointers working now - big YAY new_gen
Fri, 02 May 2008 16:38:31 +0200 Anders Halager Parse and gen for dereferences new_gen
Fri, 02 May 2008 15:48:57 +0200 Anders Johnsen Now parsing varDecls a lot nicer! new_gen
Fri, 02 May 2008 15:05:02 +0200 Anders Johnsen Parsing "int* x" 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 19:51:22 +0200 Anders Johnsen Handled a few more error cases on input. new_gen
Thu, 01 May 2008 19:25:49 +0200 Anders Johnsen A LOT of bug fixing - also implemented implicit casts. If you do a --ast-dump-code on a target with some algebra of differant types, you should now see the type casts being made. Also, Tests are again back with only switches failing... new_gen
Tue, 29 Apr 2008 16:34:11 +0200 Anders Johnsen Added support for "%" - modulus / reminder new_gen
Sat, 26 Apr 2008 18:52:27 +0200 Anders Johnsen Added struct decl and forward ref. A note on structs: they need to make a new scope when declared. Otherwise you could access struct members as globals new_gen
Sat, 26 Apr 2008 15:54:54 +0200 Anders Halager Rearranged some stuff, and renamed LLVMGen -> CodeGen new_gen
Thu, 24 Apr 2008 19:42:53 +0200 Anders Halager Only tests that dont pass now are structs and switches new_gen
Wed, 23 Apr 2008 17:09:44 +0200 Anders Halager Stricter while - the () was optional before new_gen
Wed, 23 Apr 2008 17:01:24 +0200 Anders Halager While is back new_gen
Wed, 23 Apr 2008 16:43:42 +0200 Anders Halager If statements are back new_gen
Wed, 23 Apr 2008 00:57:45 +0200 Anders Halager Big update - Moving towards a better, more seperated parser new_gen
Sun, 20 Apr 2008 23:53:05 +0200 Anders Halager Bug-fixes new_gen
Sun, 20 Apr 2008 22:39:07 +0200 Anders Halager Switch statements support new_gen
Sun, 20 Apr 2008 13:59:20 +0200 Anders Halager Improvements to the Error class. new_gen
Sun, 20 Apr 2008 11:53:40 +0200 Anders Halager Ooops.. should have compiled before commit.. now works again 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 23:45:45 +0200 johnsen now handling structs to some extend
Fri, 18 Apr 2008 21:39:17 +0200 johnsen Now working with gdc also (gdc use reverse paremeter validating on function calls)
Fri, 18 Apr 2008 13:58:27 +0200 Anders Halager Added some ekstra tests, and allowed bool as a type
Fri, 18 Apr 2008 13:45:39 +0200 Anders Halager Support for while statements and fixed scope for if
Fri, 18 Apr 2008 13:01:11 +0200 Anders Halager Some support for the rest of the boolean operators
Fri, 18 Apr 2008 12:50:54 +0200 Anders Halager Starting to work on bool support, for now == works
Fri, 18 Apr 2008 11:46:00 +0200 Anders Halager Added very simple if support.
Fri, 18 Apr 2008 02:01:38 +0200 johnsen First push