package
0.0.0-20241222215834-09a60126efae
Repository: https://github.com/tucats/ego.git
Documentation: pkg.go.dev

# Functions

AddStandard adds the package-independent standard functions (like len() or make()) to the given symbol table.
Given a string expression of a type specification, compile it and return the type it represents, and an optional error if it was incorrectly formed.
New creates a new compiler instance.
Given a token stream, compile and execute it immediately.
Given a string, compile and execute it immediately.
TestAssert implements the T.assert() function.
TestEqual implements the T.Equal() function.
TestFail implements the T.fail() function which generates a fatal error.
TestFalse implements the T.False() function.
TestNil implements the T.Nil() function.
TestNotEqual implements the T.NotEqual() function.
TestNotNil implements the T.NotNil() function.
TestTrue implements the T.True() function.

# Constants

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

# Variables

No description provided by the author

# Structs

Compiler is a structure defining what we know about the compilation.