Simple test program for the *go-pkg/expr* ackage
Go to file
Celestino Amoroso 670d7d3f88 The source command supports file name patterns.
This allows to include other source files in the .dev-expr.rc init file.
2024-07-23 06:02:03 +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
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 The source command supports file name patterns. 2024-07-23 06:02:03 +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
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 The source command supports file name patterns. 2024-07-23 06:02:03 +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.