package
0.0.0-20241222112821-c0019c940163
Repository: https://github.com/anirudhlakkaraju/go-compiler.git
Documentation: pkg.go.dev

# Functions

New initializes and returns a new Parser given a lexer.

# Constants

myFunction(X).
==.
myArray[index].
> or <.
Operator precedences, assigned incrementally using iota.
-X or !X.
*.
+.

# Structs

Parser parses a Monkey Lang string into an executable program statements.