//
pkg.gl
Category
github.com/GhostNet-Dev/gscript
parser
package
0.0.0-20230916225534-18da2b1cccc4
Repository:
https://github.com/ghostnet-dev/gscript.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
500 SLOC
#
Functions
NewParser
No description provided by the author
#
Constants
ASSIGN
No description provided by the author
CALL
myFunction(X).
DOT
.
EQUALS
==.
INDEX
array[index].
LESSGREATER
> OR <.
LOWEST
No description provided by the author
PREFIX
-X OR !X.
PRODUCT
*.
SUM
+.
#
Structs
Parser
No description provided by the author