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
go.mod
added go.mod
2024-03-26 08:56:20 +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 operator '%' (division remainder) and test
2024-03-26 09:27:14 +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 operator '%' (division remainder) and test
2024-03-26 09:27:14 +01:00
parser.go
Added copyrighr note to all sources
2024-03-26 08:45:18 +01:00
README.adoc
First incomplete draft
2024-03-26 07:36:12 +01:00
scanner_test.go
Added copyrighr note to all sources
2024-03-26 08:45:18 +01:00
scanner.go
Added the tilde '~' operator acting as NOT
2024-03-28 06:25:29 +01:00
simple-func-store.go
Added simple context objects
2024-03-28 06:29:11 +01:00
simple-var-store.go
Added simple context objects
2024-03-28 06:29:11 +01:00
symbol.go
Added the tilde '~' operator acting as NOT
2024-03-28 06:25:29 +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 the tilde '~' operator acting as NOT
2024-03-28 06:25:29 +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
utils.go: added functions anyInteger() and anyFloat()
2024-03-28 06:26:20 +01:00