Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Implement a simple high-performance lexer #16
Copy link
Copy link
Open
Labels
languageTemplate language grammar, parser, and evaluatorTemplate language grammar, parser, and evaluatorperformanceBenchmarking and performance optimizationBenchmarking and performance optimizationpriority:highHigh-priority work itemHigh-priority work itemtestingAutomated testing and validation coverageAutomated testing and validation coverage
Milestone
Description
Metadata
Metadata
Assignees
Labels
languageTemplate language grammar, parser, and evaluatorTemplate language grammar, parser, and evaluatorperformanceBenchmarking and performance optimizationBenchmarking and performance optimizationpriority:highHigh-priority work itemHigh-priority work itemtestingAutomated testing and validation coverageAutomated testing and validation coverage
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
Dependencies