Got rid of "namespace" word in compiler code.

This commit is contained in:
Evgeny Gerashchenko
2014-01-10 22:25:23 +04:00
parent 093afeb05c
commit b41a3f8558
55 changed files with 194 additions and 191 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ atomicExpression
: loop
: SimpleName
: FieldName
: "namespace" // for the root namespace
: "package" // for the root package
;
label
+1 -1
View File
@@ -83,7 +83,7 @@ bq. See [Nonlocal returns and jumps]
*/
/* Keywords:
namespace
package
as
type
class
+1 -1
View File
@@ -32,7 +32,7 @@ selfType
;
userType
: ("namespace" ".")? simpleUserType{"."}
: ("package" ".")? simpleUserType{"."}
;
simpleUserType