mirror of
https://github.com/semihalev/twig.git
synced 2026-03-17 15:25:55 +01:00
- Enhanced lexer to recognize macro-specific tokens - Added advanced token detection for expressions - Implemented parseMacro, parseImport, and parseFrom methods - Added lexical support for keywords like 'macro', 'import', 'from', 'as' - Created test cases for macro definition and usage - Added support for importing macros between templates - Improved lexer with advanced token scanning for proper macro handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| main.go | ||
| nodes.template.go | ||
| parser.template.go | ||