package
0.2.1
Repository: https://github.com/lwsanty/sdk.git
Documentation: pkg.go.dev

# Functions

FillLineColFromOffset gets the original source code and its parsed form as *Node and fills every Line and Column field using its Offset.
FillOffsetFromLineCol gets the original source code and its parsed form as *Node and fills every Offset field using its Line and Column.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Client is a client to communicate with a driver.
Driver implements a driver.
No description provided by the author
No description provided by the author
TransformationParser wraps another Parser and applies a transformation to its results.

# Interfaces

No description provided by the author

# Type aliases

ParserBuilder is a function that given ParserOptions creates a Parser.