//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
oop
boolparser
parser
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
68 SLOC
#
Functions
NewParser
NewParser constructs a recursive descent parser and compiles the input of the lexer.
#
Structs
Parser
Parser is a recursive decent parser for boolean expressions.