Interface for parsing input strings into AST nodes.
Implementations of this interface are responsible for converting input strings into their corresponding abstract syntax tree (AST) representations.
Node
Parse an input string into an AST node.
The input string to parse.
The parsed AST node.
Interface for parsing input strings into AST nodes.
Implementations of this interface are responsible for converting input strings into their corresponding abstract syntax tree (AST) representations.
See
Node