Got rid of "namespace" word in compiler code.
This commit is contained in:
@@ -122,7 +122,7 @@ atomicExpression
|
||||
: loop
|
||||
: SimpleName
|
||||
: FieldName
|
||||
: "namespace" // for the root namespace
|
||||
: "package" // for the root package
|
||||
;
|
||||
|
||||
label
|
||||
|
||||
@@ -83,7 +83,7 @@ bq. See [Nonlocal returns and jumps]
|
||||
*/
|
||||
|
||||
/* Keywords:
|
||||
namespace
|
||||
package
|
||||
as
|
||||
type
|
||||
class
|
||||
|
||||
@@ -32,7 +32,7 @@ selfType
|
||||
;
|
||||
|
||||
userType
|
||||
: ("namespace" ".")? simpleUserType{"."}
|
||||
: ("package" ".")? simpleUserType{"."}
|
||||
;
|
||||
|
||||
simpleUserType
|
||||
|
||||
Reference in New Issue
Block a user