Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

bblfsh/javascript-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bblfsh-release-botdennwc
bblfsh-release-bot
and
Oct 25, 2019
9ab3a5c · Oct 25, 2019
Oct 16, 2019
Oct 24, 2019
Jul 23, 2019
Sep 27, 2019
Oct 24, 2019
Sep 13, 2019
Aug 2, 2017
Oct 25, 2019
Mar 15, 2018
Mar 15, 2018
Oct 24, 2019
Feb 22, 2017
Sep 13, 2019
Jul 20, 2018
Oct 25, 2019
Apr 17, 2019
Oct 25, 2019
Oct 25, 2019
Oct 24, 2019
May 28, 2019
Apr 17, 2019
Apr 17, 2019

Repository files navigation

JavaScript driver for Babelfish Driver Status Build Status Native Version Go Version

JavaScript driver for babelfish.

Development Environment

Requirements:

  • docker
  • Go 1.13+

To initialize the build system execute: go test ./driver, at the root of the project. This will generate the Dockerfile for this driver.

To run the tests just execute go run test.go, this will start the test over the native and the Go components of the driver using Docker.

The build is done executing go run build.go. To evaluate the result using a docker container, execute: go run build.go test-driver && docker run -it test-driver.

If the project is located under $GOPATH, run all the above with GO111MODULE=on environment variable, or move the project to any other directory outside of $GOPATH.

License

GPLv3, see LICENSE