Expand description
This module is responsible for implementing handlers for Language Server Protocol. This module specifically handles requests.
Functions§
- This method is triggered when the use hits enter or pastes a newline in the editor.
- This method is triggered by a command palette request in VScode The 3 commands are: “show lexed ast”, “show parsed ast” or “show typed ast”
- Returns a String of the GraphViz DOT representation of a graph.