tools/PascalParser.hs
Tue, 16 Oct 2012 22:35:01 +0400 unc0rr Better error handling
Sun, 16 Sep 2012 23:30:55 +0400 unc0rr Treat init expression in parens as just expression instead of array initializer when there's only one entry in expressions list
Sat, 01 Sep 2012 10:40:22 +0200 sheepluva fix parsing of 'if': identifiers can also contain underscores
Fri, 31 Aug 2012 22:08:29 +0200 unc0rr fix parsing of 'if'
Tue, 07 Aug 2012 21:18:33 +0400 unc0rr Keep inlining
Wed, 25 Jul 2012 10:57:00 -0400 xymeng Changes to pas2c - unreviewed apart from cursory glance and compile test.
Thu, 28 Jun 2012 00:30:50 +0400 unc0rr Prepare to handle passing by reference
Wed, 27 Jun 2012 22:53:26 +0400 unc0rr Remove trailing spaces
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
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
Tue, 08 Nov 2011 22:05:33 +0300 unc0rr Improve type declarations parsing
Sun, 06 Nov 2011 23:36:02 +0300 unc0rr Even more improvements to the parser and converter
Sat, 05 Nov 2011 20:43:20 +0300 unc0rr Some improvements to the parser
Sat, 05 Nov 2011 09:37:17 +0300 unc0rr A try to improve parser move (has regressions)
Fri, 04 Nov 2011 14:10:27 +0300 unc0rr Many improvements to the parser
Thu, 03 Nov 2011 22:11:35 +0300 unc0rr - Update to compile with parsec 3.*
Thu, 03 Nov 2011 17:15:54 +0400 unc0rr Improve pascal parser, now it is able to successfully parse uGame.pas (though it eats all comments). Many things are still missing. Well, it's just a matter of time to implement the rest. All basic work is already done anyway.
Wed, 17 Nov 2010 16:19:28 +0300 unC0Rr Dumb parser of pascal, and a program which lists unit dependencies
less more (0) tip