events_filter.go | |
---|---|
|
|
expression that we need to evaluate |
|
scanner object (lexer) |
|
structure that represents set of source file(s) |
|
info about source file |
|
initialize the scanner |
|
transform input expression into postfix notation |
|
fmt.Println(postfixExpression) |
|
values that can be used in expression |
|
evaluate the expression represented in postfix notation |
|
print operand stack |
|