pitree.git
2019-01-29 Nick DowningRemove attribute and iterator capabilities from element...
2019-01-29 Nick DowningMake deserializer use a temporary tree of xml.etree...
2019-01-29 Nick DowningMake serializer use a temporary tree of xml.etree.Eleme...
2019-01-28 Nick DowningMake element.Element implement the xml.etree.ElementTre...
2019-01-28 Nick DowningMake default values not be serialized to XML
2019-01-28 Nick DowningUse JSON encoding for attributes, to allow nested types...
2019-01-28 Nick DowningAdd dict type, implement type checking in generate_expr...
2019-01-28 Nick DowningFreeze compiled pilex.git commit 767c103, pitree.git...
2019-01-28 Nick DowningAdd or update license in every file, update tests to...
2019-01-28 Nick DowningHonour specification of field default value, allow...
2019-01-28 Nick DowningRemove obsolete __repr__() and repr_serialize() on...
2019-01-27 Nick DowningMake serialization nested with proper virtual functions...
2019-01-27 Nick DowningPartially move generation of the serialize/deserialize...
2019-01-27 Nick DowningMove generation of the serialize/deserialize routines...
2019-01-27 Nick DowningRemove obsolete way of initializing AST elements with...
2019-01-26 Nick DowningMake fields be a list of ref rather than a list of...
2019-01-26 Nick DowningSimplify handling of field list
2019-01-26 Nick DowningCorrect accidental editing of generate_ast.py introduce...
2019-01-26 Nick DowningAdd ./o.sh test procedure which compiles pitree with...
2019-01-26 Nick DowningFirst cut at pitree.py converter, hacky conversion...
2019-01-26 Nick DowningAdd scanner and parser that can recognize and mark...
2019-01-24 Nick DowningPut non-element classes, and unrecognized code other...
2019-01-22 Nick DowningGenerate test input file and expected output file from...