package
0.1.9
Repository: https://github.com/mattn/anko.git
Documentation: pkg.go.dev

# Functions

EnableDebug enabled debug from the parser.
EnableErrorVerbose enabled verbose errors from the parser.
Parse provides way to parse the code using Scanner.
ParseSrc provides way to parse the code from source.

# Constants

# Structs

Error is a parse error.
Lexer provides interface to parse codes.
Scanner stores informations for lexer.