Change 'utf-8' encoding back to 'unicode' since xml.etree uses this to decide whether...
authorNick Downing <downing.nick@gmail.com>
Thu, 19 Jul 2018 00:43:39 +0000 (10:43 +1000)
committerNick Downing <downing.nick@gmail.com>
Thu, 19 Jul 2018 00:43:39 +0000 (10:43 +1000)
commitfbf112baa41d298cae72743d0bb98ee02fcde867
tree027aa99faf0bfdc24cbf53fdcdf92ba8d96e028f
parentf642935a7e447aa4b2ff0c39a2e39e401370ada6
Change 'utf-8' encoding back to 'unicode' since xml.etree uses this to decide whether the stream is text or binary, change (first|start)_nonterminal and (last|precedence)_terminal usage again so that we can see it in the serialized output
ast.py
bootstrap_pyacc.py
element.py