Phase 30.1 & 73: Stage-3 features env and JoinIR flag cleanup
This commit is contained in:
@ -157,8 +157,8 @@ impl NyashTokenizer {
|
||||
start_column,
|
||||
))
|
||||
}
|
||||
// Stage‑3: シングルクォート文字列(オプトイン)
|
||||
Some('\'') if crate::config::env::parser_stage3() => {
|
||||
// Stage‑3: シングルクォート文字列(オプトイン、現行デフォルトON)
|
||||
Some('\'') if crate::config::env::parser_stage3_enabled() => {
|
||||
let string_value = self.read_single_quoted_string()?;
|
||||
Ok(Token::new(
|
||||
TokenType::STRING(string_value),
|
||||
|
||||
Reference in New Issue
Block a user