parser: Add 'fun' and 'var'-as-attr keyword
authorJean Privat <jean@pryen.org>
Wed, 20 May 2009 19:27:52 +0000 (15:27 -0400)
committerJean Privat <jean@pryen.org>
Wed, 10 Jun 2009 13:59:17 +0000 (09:59 -0400)
commit67414427313b5014f307da81a6b4fc4f229bdf45
tree02cc688d3b4395595fd90045c248288d7ced3ba4
parentdd23516be54b62d260f090efda526f3ff6824c9e
parser: Add 'fun' and 'var'-as-attr keyword

New keywords are equivalent with the old 'meth' ant 'attr'.
The existing source Nit code is not adapted yet and keeps 'meth' and 'attr'.

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