-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
This is the shared workflow for:
- a Visual Studio debugging visualizer attached to the
string
type - a standalone application that shows the parse tree for user-input source code, and a selected lexer and parser
User | Code |
---|---|
Choose lexer and parser assembly and class | |
Optionally, choose rule | |
Either enter source code, or load from a file (within the debugging visualizer, this would be set by calling code) |
|
Click Parse | |
Instantiate lexer, common token source, parser | |
Create instance of VisualizerData classfrom returned parser rule context |
|
Show visualized |
@bclothier @retailcoder Does the above work for visualizing strings?
Metadata
Metadata
Assignees
Labels
No labels