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

bblfsh/javascript-driver

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eddcc64 · Feb 12, 2019
Jan 22, 2019
Jan 22, 2019
Nov 8, 2018
Nov 17, 2017
Oct 24, 2018
Aug 2, 2017
Jul 20, 2018
Mar 15, 2018
Mar 15, 2018
Feb 12, 2019
Feb 12, 2019
Feb 22, 2017
Feb 16, 2018
Jul 20, 2018
Aug 24, 2018
Jul 20, 2018
May 3, 2018

Repository files navigation

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

JavaScript driver for babelfish.

Development Environment

Requirements:

  • docker
  • bblfsh-sdk (go get -u gopkg.in/bblfsh/sdk.v2/...)
  • UAST converter dependencies (dep ensure --vendor-only)

To initialize the build system execute: bblfsh-sdk update, at the root of the project. This will generate the Dockerfile for this driver.

To execute the tests just execute bblfsh-sdk test, this will execute the test over the native and the go components of the driver using Docker.

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

License

GPLv3, see LICENSE