rename 'package' to 'module'
[nit.git] / src / syntax / syntax_base.nit
index a8d166d..fb2db7b 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Common syntax structures for syntax analysis of NIT AST.
-package syntax_base
+module syntax_base
 
 import parser
 import mmloader