Testing the new hybrid AST approach: Order-preserving AST + TokenStreamRewriter for optimal performance
Environment Variable: Loading...
Expected: USE_ANTLR_PARSER=true
Status: Checking...
Hybrid Features: AST Building, Order Preservation, Smart Regeneration
Simple sequence diagram to test basic ANTLR parser functionality:
sequenceDiagram Alice->>Bob: Hello Bob, how are you? Bob-->>Alice: Great!
Test the ability to regenerate sequence diagram code from the parsed AST:
First click "Debug Globals" to check if the parser is available, then select a test case and click "Test AST
Regeneration". After that, you can test various modifications:
• 🔧 Test AST Modification - Change message text with surgical editing
• ➕ Test Add Participant - Add new participant using HybridSequenceEditor
• 🏷️ Test Update Participant Alias - Add alias to existing participant
Check the debug logs below for results.
This diagram is rendered using code generated from the AST (not the original input):
Test the new hybrid AST features: structured AST building, order preservation, and enhanced debugging:
These features demonstrate the enhanced AST capabilities: structured data, validation, and comprehensive statistics.
Test results and debug information will appear here...