Simple test program for the *go-pkg/expr* ackage
Go to file
2024-10-10 10:22:01 +02:00
.build_register Options struct moved to options.go and dev-expr commands moved to commands.go 2024-10-10 10:22:01 +02:00
.build.rc config and register files of the build script added 2024-07-23 06:04:53 +02:00
build.bash build.bash: removed set -x 2024-07-17 17:35:23 +02: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
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 Options struct moved to options.go and dev-expr commands moved to commands.go 2024-10-10 10:22:01 +02: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 Options struct moved to options.go and dev-expr commands moved to commands.go 2024-10-10 10:22:01 +02: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.