X-Git-Url: http://nitlanguage.org diff --git a/src/parser/parser_abs.nit b/src/parser/parser_abs.nit index cdcc440..1cc42a7 100644 --- a/src/parser/parser_abs.nit +++ b/src/parser/parser_abs.nit @@ -1,5 +1,5 @@ # Raw AST node hierarchy. -# This file was generated by SableCC (http://www.sablecc.org/). +# This file was generated by SableCC (http://www.sablecc.org/). package parser_abs import mmloader @@ -280,7 +280,7 @@ end class TEndString special Token end -class EOF +class EOF special Token private init noinit do end end @@ -994,6 +994,6 @@ end class Start special Prod - readable writable var _n_base: nullable AModule - readable writable var _n_eof: EOF + readable writable var _n_base: nullable AModule + readable writable var _n_eof: EOF end