parser: remove generated old-style accesors.
authorJean Privat <jean@pryen.org>
Thu, 26 Jun 2014 02:06:23 +0000 (22:06 -0400)
committerJean Privat <jean@pryen.org>
Thu, 26 Jun 2014 02:06:23 +0000 (22:06 -0400)
commit2c0d252109befba41ac32f53bcdb90c8eb940e4a
treeb6be4220e2bbe4d9d7668d8a783376ce40dcb6f8
parentc5348c0e4b95347d00f0c250ae75abb18f78a139
parser: remove generated old-style accesors.

ANodes use new style attributes (with two accesors)
Other use old-style attributes with two explicit getter and setters.

Using new-style attributes has a too big impact on performance because of
the redefined setter

Signed-off-by: Jean Privat <jean@pryen.org>
src/parser/parser_abs.nit
src/parser/parser_nodes.nit
src/parser/parser_prod.nit
src/parser/xss/prods.xss