Simple test program for the *go-pkg/expr* ackage
Go to file
2025-03-10 06:54:53 +01:00
.build_register new 1.14.0 version 2025-03-08 11:40:33 +01:00
.build.rc config and register files of the build script added 2024-07-23 06:04:53 +02:00
build.bash build.bash: changed --dev option with --local 2025-03-10 06:53:51 +01:00
clean-older.bash First commit 2024-07-17 14:24:15 +02:00
commands.go Options struct moved to options.go and dev-expr commands moved to commands.go 2024-10-10 10:22:01 +02:00
container_setup.bash container_setup.bash: changed 'go build' with './build.bash --local' 2025-03-10 06:54:53 +01:00
go.mod First commit 2024-07-17 14:24:15 +02:00
go.sum First commit 2024-07-17 14:24:15 +02:00
main.go main.go: expr's tag date added and new bin() function 2025-03-08 11:40:07 +01:00
match_test.go The source command supports file name patterns. 2024-07-23 06:02:03 +02:00
match.go The source command supports file name patterns. 2024-07-23 06:02:03 +02:00
options.go Options struct moved to options.go and dev-expr commands moved to commands.go 2024-10-10 10:22:01 +02:00
publish.bash First commit 2024-07-17 14:24:15 +02:00
README.md First commit 2024-07-17 14:24:15 +02:00
util-string.go The source command supports file name patterns. 2024-07-23 06:02:03 +02:00
version.txt new 1.14.0 version 2025-03-08 11:40:33 +01:00

= dev-expr Simple program for testing purpose on the go-pkg/expr module,

== First build Currently, dev-expr is all contained in the main.go source file, but the version infos that are imported from the version.go file, not included in this repository Use the build.bash script to create the version.go file and build the program, at least for the first time.