//
pkg.gl
Category
github.com/shric/monkey
parser
package
0.8.0
Repository:
https://github.com/shric/monkey.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
510 SLOC
#
Functions
New
No description provided by the author
#
Constants
AND
&&.
CALL
myFunction(X).
EQUALS
==.
INDEX
array[index].
LESSGREATER
> or <.
LOWEST
No description provided by the author
OR
||.
PREFIX
-X or !X.
PRODUCT
*.
SUM
+.
#
Structs
Parser
No description provided by the author