Skip to content

Implement a simple high-performance lexer #16

Description

@Matographo

Summary

Tokenize template input with low overhead and support the selected delimiter configuration.

Why

The lexer is the first hot path in the engine and must remain simple and fast.

Acceptance Criteria

  • Representative templates tokenize correctly
  • Delimiter configuration is supported where required
  • Lexer behavior is covered by focused tests

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    languageTemplate language grammar, parser, and evaluatorperformanceBenchmarking and performance optimizationpriority:highHigh-priority work itemtestingAutomated testing and validation coverage

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions