Changed
- Moved the optional
ignoreStandaloneparameter fromParserFactory::create()to theParser::parse()method. This makes the parser instance independent of options so it can be reused when compiling multiple templates, enabling better performance and lower memory usage.