//
pkg.gl
Category
github.com/joetifa2003/windlang
parser
package
0.3.0-alpha
Repository:
https://github.com/joetifa2003/windlang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
635 SLOC
#
Functions
New
No description provided by the author
#
Constants
AND
&&.
ASSIGN
=.
EQUALS
==.
HIGHEST
No description provided by the author
LessGreater
> or <.
LOWEST
No description provided by the author
OR
||.
POSTFIX
x++ or x--.
PREFIX
-X or !X.
PRODUCT
*.
SUM
+.
#
Structs
Parser
No description provided by the author
ParserError
No description provided by the author