Documentation
¶
Overview ¶
Package internal provides the REPL implementation
Index ¶
Constants ¶
View Source
const ( // ErrFileNotFound is raised when a file is not found ErrFileNotFound = "file not found: %s" // UserDomain is the name of the namespace that the REPL starts in UserDomain = data.Local("user") )
View Source
const ( SP = " " NL = "\n" )
Variables ¶
This section is empty.
Functions ¶
func EvaluateFile ¶
func EvaluateFile(filename string)
EvaluateFile reads the specific source file and evaluates it
Types ¶
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package console provides console formatting utilities
|
Package console provides console formatting utilities |
|
Package docstring provides documentation access for core library functions
|
Package docstring provides documentation access for core library functions |
|
Package markdown provides markdown formatting for the REPL
|
Package markdown provides markdown formatting for the REPL |
Click to show internal directories.
Click to hide internal directories.