Complete Phase 8.9: Transparency system removed, explicit birth() working, weak references nullified on fini

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-15 11:53:16 +00:00
parent 82cad3f907
commit 1c8dff886e
2 changed files with 86 additions and 0 deletions

View File

@ -506,6 +506,10 @@ impl NyashParser {
self.advance();
"pack".to_string()
}
TokenType::BIRTH => {
self.advance();
"birth".to_string()
}
_ => {
let line = self.current_token().line;
return Err(ParseError::UnexpectedToken {