Initial version of prototype cmdlang

This commit is contained in:
Leon Mika 2024-04-10 20:45:58 +10:00
commit 781a761ead
10 changed files with 224 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/lmika/cmdlang-proto
go 1.21.1
require (
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
)