//
pkg.gl
Category
github.com/ManuelGarciaF/go-interpreter
parser
package
0.0.0-20241017134603-c06a56f46899
Repository:
https://github.com/manuelgarciaf/go-interpreter.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
479 SLOC
#
Functions
New
No description provided by the author
#
Constants
CALL
x().
EQUALS
==.
INDEX
x[y].
LESSGREATER
> or <.
LOWEST
Order of precedences for operator parsing.
PREFIX
-x or !x.
PRODUCT
*.
SUM
+.
#
Structs
Parser
No description provided by the author