Skip to content

Visualize strings / standalone visualizer #19

@zspitz

Description

@zspitz

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 class
from returned parser rule context
Show visualized

@bclothier @retailcoder Does the above work for visualizing strings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions