tools/pas2c.hs
Fri, 30 Mar 2012 23:58:08 +0400 unc0rr More clean namespace, some fixes
Fri, 30 Mar 2012 17:00:34 +0400 unc0rr Much better types handling, work correctly with functions
Thu, 29 Mar 2012 17:27:01 +0400 unc0rr - Treat strings as arrays of chars
Thu, 29 Mar 2012 01:01:29 +0400 unc0rr Better deriving, some fixes
Wed, 28 Mar 2012 23:53:45 +0400 unc0rr Resolve deferred type on dereference
Mon, 26 Mar 2012 23:54:12 +0400 unc0rr Dig into namespaces even more
Mon, 26 Mar 2012 17:56:15 +0400 unc0rr Just some further work
Sun, 25 Mar 2012 23:10:29 +0400 unc0rr - Apply unit's namespace to current scope when referencing unit name
Sat, 24 Mar 2012 21:19:50 +0400 unc0rr Fix wrong type returned from id2C
Fri, 10 Feb 2012 17:18:49 +0400 unc0rr Workaround pointers to not yet defined types
Wed, 08 Feb 2012 15:49:55 +0400 unc0rr Move a bit further
Tue, 07 Feb 2012 22:18:44 +0400 unc0rr Fix a bug with type declaration trying to resolve type being declared
Mon, 06 Feb 2012 23:17:45 +0400 unc0rr Some progress, still can't find the source of bad behavior
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
Sat, 07 Jan 2012 00:10:47 +0400 unc0rr Disallow dot as a part of identifier
Thu, 08 Dec 2011 14:44:10 +0400 unc0rr Some more work on scopes
Wed, 07 Dec 2011 23:04:57 +0300 unc0rr Format code a bit
Wed, 07 Dec 2011 22:54:39 +0300 unc0rr Further progress on dealing with namespaces
Wed, 07 Dec 2011 17:55:23 +0400 unc0rr - Fix type2C id2C call
Wed, 07 Dec 2011 08:01:18 +0300 unc0rr "System" unit to help converter
Tue, 06 Dec 2011 22:05:59 +0300 unc0rr Ok, State monad instead
Tue, 06 Dec 2011 17:59:10 +0400 unc0rr Convert into Reader monad
Mon, 05 Dec 2011 17:56:49 +0400 unc0rr Start converting into monadic code using Reader monad (will be used to store information about namespace)
Sat, 03 Dec 2011 22:21:23 +0300 unc0rr Add base type tags to identifiers
Thu, 01 Dec 2011 18:02:27 +0400 unc0rr - Improve renderer a bit, disallow nested functions
Tue, 29 Nov 2011 17:42:42 +0400 unc0rr - Improve parsing of prefix operators
Mon, 28 Nov 2011 17:57:25 +0400 unc0rr More verbose progress log, dump the result
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 14:46:57 +0300 unc0rr - Improvement to the parser
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
Sat, 19 Nov 2011 22:38:31 +0300 unc0rr Improve parser and converter
Thu, 17 Nov 2011 17:57:45 +0400 unc0rr - Parse sets initialization
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]"
Sun, 06 Nov 2011 23:36:02 +0300 unc0rr Even more improvements to the parser and converter
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 23:16:26 +0300 unc0rr Better 'else' part
Thu, 03 Nov 2011 23:12:22 +0300 unc0rr Starting pas2C using library called 'pretty'
less more (0) tip