tools/PascalParser.hs
Fri, 25 Nov 2011 18:36:12 +0300 unc0rr - Parse unions, sets, function type, packed arrays and some more imporvements to the parser. Now it parses uVariable, uConsts and even SDLh.pas
Thu, 24 Nov 2011 20:59:13 +0300 unc0rr Improve parser a bit, preparation to parsing whole program at once and compiling it into single C file
Wed, 23 Nov 2011 20:12:16 +0300 unc0rr Finish preprocessor. Now it correctly handles $IFDEF, $IFNDEF, $ELSE, $ENDIF and $DEFINE.
Tue, 22 Nov 2011 19:34:15 +0300 unc0rr - Split PascalParser into modules
Sat, 19 Nov 2011 22:38:31 +0300 unc0rr Improve parser and converter
Sat, 19 Nov 2011 19:30:20 +0300 unc0rr Oops, function call has parens
Thu, 17 Nov 2011 17:57:45 +0400 unc0rr - Parse sets initialization
Wed, 16 Nov 2011 21:35:14 +0300 unc0rr Recognize some built-in functions
Wed, 16 Nov 2011 20:42:45 +0300 unc0rr Less code
Wed, 16 Nov 2011 19:25:25 +0300 unc0rr Prefix followed by prefix issue solved. Also some slight improvements.
Sun, 13 Nov 2011 20:24:55 +0300 unc0rr Something
Sun, 13 Nov 2011 13:46:26 +0300 unc0rr Introduce initialization expressions
Thu, 10 Nov 2011 23:14:40 +0300 unc0rr Improve parsing of complex references like "a^[b[c], d]"
Wed, 09 Nov 2011 21:36:20 +0300 unc0rr Fix inifinite loops
Wed, 09 Nov 2011 21:28:52 +0300 unc0rr Rearrange token types
less more (0) -15 tip