Directories
¶
Path | Synopsis |
---|---|
golang
|
|
parsers/ast
Package ast provides a basic tree implementation for storing an AST generated by a parser.
|
Package ast provides a basic tree implementation for storing an AST generated by a parser. |
parsers/node
Package node provides types for working with AST nodes in a language-independent way.
|
Package node provides types for working with AST nodes in a language-independent way. |
parsers/parsers
Package parsers is the main entry point for lexing and parsing source code for IDE and presentation purposes.
|
Package parsers is the main entry point for lexing and parsing source code for IDE and presentation purposes. |
parsers/util/offset
Package offset provides a helper converting byte offsets in a string into (line, column) pairs, where 'column' represents the number of runes from the beginning of the line.
|
Package offset provides a helper converting byte offsets in a string into (line, column) pairs, where 'column' represents the number of runes from the beginning of the line. |
Click to show internal directories.
Click to hide internal directories.