Skip to content

yuanlixg/qlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modules custom tools for Q Language ( https://github.com/qiniu/qlang )

Install:
  go get -d -v -x github.com/yuanlixg/qlang

Custom:
  cd $GOPATH/src/github.com/yuanlixg/qlang

add your module export folder to "qlang/" folder.
or remove modules export under "qlang/" folder.

Build:
  sh Scripts/import.sh > import.go
  go build -v github.com/yuanlixg/qlang

Test:
  ./qlang ql/test.ql


Windows only (self serve), first:
  cd %GOPATH%\src\github.com\yuanlixg\qlang
  go build -v github.com/yuanlixg/qlang

after custom your modules:
  qlang.exe ql\import.ql > import.go

  cd %GOBIN%
  go build -v github.com/yuanlixg/qlang

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published