//
pkg.gl
Category
github.com/navionguy/basicwasm
parser
package
0.0.0-20240903203445-8da6124ea7e7
Repository:
https://github.com/navionguy/basicwasm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
4
Files
2.1k SLOC
#
Functions
New
New create and return a Parser instance.
#
Constants
CALL
myFunction(X).
EQUALS
==.
INDEX
No description provided by the author
LESSGREATER
> or <.
LOWEST
LOWEST defines the bottom of the priority stack.
PREFIX
-X or !X.
PRODUCT
*.
SUM
+.
#
Structs
Parser
Parser an instance.
#
Interfaces
TokenIzer
define a Lexer interface so I can use a test mock.