parser: add qualified module names
authorJean Privat <jean@pryen.org>
Wed, 4 Aug 2010 14:35:27 +0000 (09:35 -0500)
committerJean Privat <jean@pryen.org>
Sat, 2 Apr 2011 08:35:33 +0000 (04:35 -0400)
commit4d0eedc96e3a8be8b3974db01d2b634fa17a180d
tree709670c59cb71b11d68af6d580537e042b8d5b09
parent5b0448b72cc36c79e027614549774ee6827122a4
parser: add qualified module names

modules names are usable in module declaration and importations.
Syntax is the following: '::'? (id '::')* id

Signed-off-by: Jean Privat <jean@pryen.org>
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/tables_nit.c
src/syntax/mmbuilder.nit