aboutsummaryrefslogtreecommitdiff
path: root/statement.go
AgeCommit message (Expand)Author
2025-12-27all: update all dependencies and fix linter warningsShulhan
2025-10-03all: add option "$noparse" for magic "#put" commandShulhan
2024-03-22all: replace module "share" with "pakakeh.go"Shulhan
2023-10-22all: add magic command "#local"Shulhan
2023-10-22all: rewrite method String in StatementShulhan
2023-10-20all: add parser for magic command "#get" or "#put" with owner and modeShulhan
2023-10-12all: fix printing the statement to be executedShulhan
2023-10-07all: simplify parsing statement for magic command "#get" and "#put"Shulhan
2023-10-07all: simplify parsing statement for magic command "#put"Shulhan
2023-10-06all: simplify parsing statement for magic command getShulhan
2023-03-17all: fix and add comments to global constants and methodsShulhan
2022-08-01all: clean up codesShulhan
2022-07-31all: realign some structs to minimize memory usageShulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan