tools/pas2c.hs
Thu, 10 May 2012 00:58:05 +0400 unc0rr (PointerTo (SimpleType _)) could be a pointer to a non-struct type
Tue, 08 May 2012 00:17:02 +0400 unc0rr Prepend unit name to function identifiers
Mon, 07 May 2012 23:48:24 +0400 unc0rr Mangle overloaded functions (only different number of parameters is supported)
Sat, 05 May 2012 00:01:12 +0400 unc0rr Convert namespace from list into map in preparation for implementation of overloaded functions support. Greatly improve speed of rendering as a side effect (parse + render time reduced from 5:20 to 0:20)
Wed, 02 May 2012 22:51:42 +0400 unc0rr Render float consts into defines
Tue, 01 May 2012 20:54:02 +0400 unc0rr Better type deriving
Tue, 01 May 2012 19:29:47 +0400 unc0rr Declare const ints as enums
Mon, 30 Apr 2012 23:35:40 +0400 unc0rr Support recurrent function calls. The code is kinda hackish and ugly, but I really spent a few hours thinking on a good solution.
Mon, 30 Apr 2012 17:43:21 +0400 unc0rr Rework string init macro
Tue, 24 Apr 2012 23:33:39 +0400 unc0rr uCommands compiles
Tue, 24 Apr 2012 16:11:07 +0400 unc0rr Don't add duplicates into string consts
Sat, 21 Apr 2012 20:12:22 +0400 unc0rr Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
Fri, 20 Apr 2012 22:56:56 +0400 unc0rr Move all strings into constants to make them of string255 type
Fri, 20 Apr 2012 22:03:35 +0400 unc0rr Many small improvements to pas2c
Fri, 20 Apr 2012 01:50:47 +0400 unc0rr Some more progress with pas2c
Thu, 19 Apr 2012 23:36:20 +0400 unc0rr - Track array size to use for High function
Sun, 15 Apr 2012 00:47:22 +0400 unc0rr Improve rendering of function types, ranges, and more
Sat, 14 Apr 2012 22:40:23 +0400 unc0rr Render some builtin functions
Sat, 14 Apr 2012 22:24:09 +0400 unc0rr Render unions
Fri, 13 Apr 2012 00:08:46 +0400 unc0rr Support string constants
Wed, 11 Apr 2012 22:47:21 +0400 unc0rr Support operators declarations
Wed, 11 Apr 2012 01:04:58 +0400 unc0rr Improve rendering of function types, arrays, 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.
Mon, 09 Apr 2012 23:36:23 +0400 unc0rr Better handle switch statement
Mon, 09 Apr 2012 22:01:13 +0400 unc0rr Better support for strings
Fri, 06 Apr 2012 16:59:32 +0400 unc0rr Convert some operators
Thu, 05 Apr 2012 17:52:27 +0400 unc0rr Unwind 'with' construction
Thu, 05 Apr 2012 14:58:34 +0400 unc0rr Improve rendering into C
Wed, 04 Apr 2012 18:00:46 +0400 unc0rr Finish the toughest part of the converter. Now it knows types of everything, so could correctly recognize bitwise operators and type convertions.
Wed, 04 Apr 2012 15:05:14 +0400 unc0rr Normalize RecordFields before conversion. Helps with namespaces problem.
Tue, 03 Apr 2012 17:53:33 +0400 unc0rr Fix withState' not returning lastType
Mon, 02 Apr 2012 17:28:18 +0400 unc0rr - Handle multidimensional arrays better
Mon, 02 Apr 2012 16:14:29 +0400 unc0rr Finally fix the bug with pointer declarations polluting namespace with bad records
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
less more (0) -60 tip