tools/PascalParser.hs
Sun, 13 May 2012 00:40:01 +0400 unc0rr oops, wrong type
Sat, 12 May 2012 23:55:09 +0400 unc0rr pas2c stuff again
Sat, 12 May 2012 22:44:39 +0400 unc0rr A solution to char vs string problem: mark single-letter strings with _S macro
Sat, 12 May 2012 22:13:56 +0400 unc0rr Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
Fri, 11 May 2012 00:28:06 +0400 unc0rr Some work to make more units compile after conversion to c
Fri, 20 Apr 2012 23:03:20 +0400 unc0rr Fix parsing of exit() call without parameters
Fri, 20 Apr 2012 22:03:35 +0400 unc0rr Many small improvements to pas2c
Sun, 15 Apr 2012 00:47:22 +0400 unc0rr Improve rendering of function types, ranges, and more
Mon, 09 Apr 2012 23:55:12 +0400 unc0rr First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.
Thu, 05 Apr 2012 14:58:34 +0400 unc0rr Improve rendering into C
Thu, 29 Mar 2012 17:27:01 +0400 unc0rr - Treat strings as arrays of chars
Mon, 26 Mar 2012 17:56:15 +0400 unc0rr Just some further work
Sun, 05 Feb 2012 23:24:43 +0400 unc0rr Further work on propagating types. Now it hopefully works fully, just need to annotate namespace with types first.
Fri, 03 Feb 2012 14:21:07 +0400 unc0rr Propagate types on identifiers
Wed, 07 Dec 2011 08:01:18 +0300 unc0rr "System" unit to help converter
Sat, 03 Dec 2011 22:21:23 +0300 unc0rr Add base type tags to identifiers
Tue, 29 Nov 2011 17:42:42 +0400 unc0rr - Improve parsing of prefix operators
Sun, 27 Nov 2011 23:13:22 +0300 unc0rr Countless imporvements to the parser and countless help to the parser in sources.
Sun, 27 Nov 2011 19:34:08 +0300 unc0rr More work on the parser
Sun, 27 Nov 2011 14:46:57 +0300 unc0rr - Improvement to the parser
Sun, 27 Nov 2011 00:25:28 +0300 unc0rr - Help parser more
Sat, 26 Nov 2011 21:12:23 +0300 unc0rr - Help parser by dropping that insane formatting syntax in str function
Fri, 25 Nov 2011 23:22:35 +0300 unc0rr Help parser a bit
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
less more (0) -30 tip