Versions in this module Expand all Collapse all v0 v0.1.3 Jan 21, 2023 Changes in this version + func AddBuiltinPackages(s *symbols.SymbolTable) + func Eval(symbols *symbols.SymbolTable, args []interface{}) (interface{}, error) + func FormatSymbols(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func GetDeclaration(fname string) *data.FunctionDeclaration + func InitProfileDefaults() error + func Pad(v interface{}, w int) string + func Prompt(symbols *symbols.SymbolTable, args []interface{}) (interface{}, error) + func ReadConsoleText(prompt string) string + func SymbolTables(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func TypeCompiler(t string) *data.Type + type URLString struct + func URLBuilder(initialParts ...interface{}) *URLString + func (u *URLString) Parameter(name string, arguments ...interface{}) *URLString + func (u *URLString) Path(format string, parts ...interface{}) *URLString + func (u *URLString) String() string