package
1.3.8
Repository: https://github.com/goplus/gop.git
Documentation: pkg.go.dev

# Packages

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

# Functions

Parse parses a single Go+ source file.
ParseDir calls ParseFSDir by passing a local filesystem.
ParseDirEx calls ParseFSDir by passing a local filesystem.
ParseEntries parses Go+ source files and returns the corresponding packages.
ParseEntry calls ParseFSEntry by passing a local filesystem.
ParseExpr is a convenience function for obtaining the AST of an expression x.
ParseExprEx is a convenience function for parsing an expression.
ParseExprFrom is a convenience function for parsing an expression.
ParseFile parses the source code of a single Go+ source file and returns the corresponding ast.File node.
ParseFiles parses Go+ source files and returns the corresponding packages.
ParseFSDir calls ParseFile for all files with names ending in ".gop" in the directory specified by path and returns a map of package name -> package AST with all the packages found.
ParseFSEntries parses Go+ source files and returns the corresponding packages.
ParseFSEntry parses the source code of a single Go+ source file and returns the corresponding ast.File node.
ParseFSFile parses the source code of a single Go+ source file and returns the corresponding ast.File node.
ParseFSFiles parses Go+ source files and returns the corresponding packages.
No description provided by the author

# Constants

AllErrors - report all errors (not just the first 10 on different lines).
No description provided by the author
No description provided by the author
No description provided by the author
DeclarationErrors - report declaration errors.
ImportsOnly - stop parsing after import declarations.
PackageClauseOnly - stop parsing after package clause.
ParseComments - parse comments and add them to AST.
ParseGoAsGoPlus - parse Go files by gop/parser.
ParserGoPlusClass - parse Go+ classfile by gop/parser.
SaveAbsFile - parse and save absolute path to pkg.Files.
SkipObjectResolution - don't resolve identifiers to objects - see ParseFile.
Trace - print a trace of parsed productions.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author
A Mode value is a set of flags (or 0).