tools/pas2c.hs
2012-02-10 unc0rr Workaround pointers to not yet defined types
2012-02-08 unc0rr Move a bit further
2012-02-07 unc0rr Fix a bug with type declaration trying to resolve type being declared
2012-02-06 unc0rr Some progress, still can't find the source of bad behavior
2012-02-05 unc0rr Further work on propagating types. Now it hopefully works fully, just need to annotate namespace with types first.
2012-02-03 unc0rr Propagate types on identifiers
2012-01-06 unc0rr Disallow dot as a part of identifier
2011-12-08 unc0rr Some more work on scopes
2011-12-07 unc0rr Format code a bit
2011-12-07 unc0rr Further progress on dealing with namespaces
2011-12-07 unc0rr - Fix type2C id2C call
2011-12-07 unc0rr "System" unit to help converter
2011-12-06 unc0rr Ok, State monad instead
2011-12-06 unc0rr Convert into Reader monad
2011-12-05 unc0rr Start converting into monadic code using Reader monad (will be used to store information about namespace)
2011-12-03 unc0rr Add base type tags to identifiers
2011-12-01 unc0rr - Improve renderer a bit, disallow nested functions
2011-11-29 unc0rr - Improve parsing of prefix operators
2011-11-28 unc0rr More verbose progress log, dump the result
2011-11-27 unc0rr Countless imporvements to the parser and countless help to the parser in sources.
2011-11-27 unc0rr - Improvement to the parser
2011-11-25 unc0rr - Parse unions, sets, function type, packed arrays and some more imporvements to the parser. Now it parses uVariable, uConsts and even SDLh.pas
2011-11-24 unc0rr Improve parser a bit, preparation to parsing whole program at once and compiling it into single C file
2011-11-19 unc0rr Improve parser and converter
2011-11-17 unc0rr - Parse sets initialization
2011-11-13 unc0rr Introduce initialization expressions
2011-11-10 unc0rr Improve parsing of complex references like "a^[b[c], d]"
2011-11-06 unc0rr Even more improvements to the parser and converter
2011-11-05 unc0rr A try to improve parser move (has regressions)
2011-11-04 unc0rr Many improvements to the parser
2011-11-03 unc0rr Better 'else' part
2011-11-03 unc0rr Starting pas2C using library called 'pretty'
less more (0) tip