thirdparty/

directory
v0.0.0-...-62694dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2018 License: Apache-2.0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL