Coder Social home page Coder Social logo

plasticgo's Introduction

Go parser for Plastic SCM

Plastic SCM and Semantic Merge provide a way to run a syntactic diff (and merge) based on different programming languages AST.

In order for this to work properly, a special format is required. This project will use golang internal parser to create the required YAML.

Install on windows

Be sure that you have a complete installation of golang on windows

###Install golang yaml

cd %GOPATH%
go get gopkg.in/yaml.v2

###Install goparser

mkdir src\espeleta.info
cd src\espeleta.info
git clone https://github.com/tespeleta/plasticgo.git
go install espeleta.info/goparser
cd %GOPATH%

From now, we can compile and test with:

go build espeleta.info/goparser
go test espeleta.info/goparser

Use

Please refer to Plastic SCM detailed instructions . You can try go parser in the following way:

goparser.exe shell flag.txt

flag.txt is the filename used to create an empty file that plastic SCM will understand as an indication that all initializations by the parser are finished. In golang case, the initialization is immediate.

Once started, the parser will wait reading from standard input the filenames to parse and the output files:

goparser.exe shell flag.txt
\path\to\filename.go
\path\to\outputfile.yaml
OK
\path\to\filename2.go
\path\to\outputfile2.yaml
OK

The parser will indicate with KO if there were any error during the processing, or OK otherwise.

plasticgo's People

Contributors

thefellow avatar tespeleta avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.