Merge: Use more intern methods and add intern factories for NativeString and NativeArray
[nit.git] / src / parser / nit.sablecc3xx
index 487d3b6..98bbcc2 100644 (file)
@@ -367,7 +367,7 @@ extern_call_cast {-> extern_call}
 
 string_o {->string?} = string? {-> string};
 
-in_language = kwin string;
+in_language = kwin no string [n1]:no {-> New in_language(kwin, string)};
 extern_code_block = in_language? extern_code_segment;
 extern_code_block_o {-> extern_code_block?}
        = extern_code_block {-> extern_code_block}