//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
oop
boolparser
ast
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
45 SLOC
#
Structs
And
And is the logical AND Operator in an AST.
Not
Not is the NOT operator in the AST.
Or
Or is the logical OR Operator in an AST.
Val
Val is a boolean variable in an AST.
#
Interfaces
Node
Node is the interface to eval an abstract syntax tree (AST).