GO package for analysis and calculation of expressions
Go to file
2024-03-26 08:45:18 +01:00
ast_test.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
ast.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
byte-slider.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
context.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operand-const.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operand-func.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operand-var.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operator-bool.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operator-fact.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operator-prod.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operator-rel.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operator-sign.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
operator-sum.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
parser_test.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
parser.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
README.adoc README.md -> README.adoc 2024-03-26 07:17:27 +01:00
scanner_test.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
scanner.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
symbol.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
term_test.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
term-constuctor-registry.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
term.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
token_test.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
token.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00
utils.go Added copyrighr note to all sources 2024-03-26 08:45:18 +01:00