pep8analysis: remove old-style accessors in the AST
authorJean Privat <jean@pryen.org>
Thu, 26 Jun 2014 10:04:06 +0000 (06:04 -0400)
committerJean Privat <jean@pryen.org>
Thu, 26 Jun 2014 10:04:06 +0000 (06:04 -0400)
commit8e5d240b5d49a52fa128ce20603df63a036cab35
treeefa2b9c7ca4d344e2b762748dc82b01ab7e2ba73
parentd12f340ba1b20d4db11c4aae6d4d04a2acf0e05a
pep8analysis: remove old-style accessors in the AST

Note: the transformation was done with a script.
The parser cannot seem to be regenerated.
A future move could be to use nitcc instead.

Signed-off-by: Jean Privat <jean@pryen.org>
contrib/pep8analysis/src/parser/lexer.nit
contrib/pep8analysis/src/parser/parser.nit
contrib/pep8analysis/src/parser/parser_nodes.nit
contrib/pep8analysis/src/parser/parser_prod.nit