Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package ast declares the types used to represent syntax trees for Go+ packages.
|
Package ast declares the types used to represent syntax trees for Go+ packages. |
|
Package cl compiles Go+ syntax trees (ast).
|
Package cl compiles Go+ syntax trees (ast). |
|
cmd
|
|
|
gop
command
|
|
|
gopfmt
command
|
|
|
goprun
command
|
|
|
goptestgo
command
|
|
|
internal/base
Package base defines shared basic pieces of the gop command, in particular logging and the Command structure.
|
Package base defines shared basic pieces of the gop command, in particular logging and the Command structure. |
|
internal/build
Package build implements the “gop build” command.
|
Package build implements the “gop build” command. |
|
internal/env
* Copyright (c) 2021 The GoPlus Authors (goplus.org).
|
* Copyright (c) 2021 The GoPlus Authors (goplus.org). |
|
internal/gengo
Package gengo implements the “gop go” command.
|
Package gengo implements the “gop go” command. |
|
internal/gopfmt
Package gopfmt implements the “gop fmt” command.
|
Package gopfmt implements the “gop fmt” command. |
|
internal/help
Package help implements the “gop help” command.
|
Package help implements the “gop help” command. |
|
internal/install
Package install implements the “gop install” command.
|
Package install implements the “gop install” command. |
|
internal/mod
* Copyright (c) 2021 The GoPlus Authors (goplus.org).
|
* Copyright (c) 2021 The GoPlus Authors (goplus.org). |
|
internal/modfetch
* Copyright (c) 2021 The GoPlus Authors (goplus.org).
|
* Copyright (c) 2021 The GoPlus Authors (goplus.org). |
|
internal/modload
* Copyright (c) 2021 The GoPlus Authors (goplus.org).
|
* Copyright (c) 2021 The GoPlus Authors (goplus.org). |
|
internal/run
Package run implements the “gop run” command.
|
Package run implements the “gop run” command. |
|
internal/test
Package test implements the “gop test” command.
|
Package test implements the “gop test” command. |
|
Package format implements standard formatting of Go+ source.
|
Package format implements standard formatting of Go+ source. |
|
Package parser implements a parser for Go+ source files.
|
Package parser implements a parser for Go+ source files. |
|
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
|
Package scanner implements a scanner for Go+ source text.
|
Package scanner implements a scanner for Go+ source text. |
|
Package token defines constants representing the lexical tokens of the Go+ programming language and basic operations on tokens (printing, predicates).
|
Package token defines constants representing the lexical tokens of the Go+ programming language and basic operations on tokens (printing, predicates). |
|
x
|
|
|
mod/internal/lazyregexp
Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
|
Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init. |
|
mod/modfile
* Copyright (c) 2021 The GoPlus Authors (goplus.org).
|
* Copyright (c) 2021 The GoPlus Authors (goplus.org). |
Click to show internal directories.
Click to hide internal directories.