Git Product home page Git Product logo

sebasjm / spoon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inria/spoon

0.0 2.0 0.0 18.42 MB

Spoon is a library to analyze, transform, rewrite, transpile Java source code (incl Java 8). It parses source files to build a well-designed AST with powerful analysis and transformation API. Made at Inria with :heart:, :beers: and :sparkles:.

Home Page: http://spoon.gforge.inria.fr/

License: Other

Python 0.08% FreeMarker 0.02% PowerShell 0.02% Java 99.40% HTML 0.48%

spoon's Introduction

Maven Central Travis Build Status Coverage Status

Continuous Integration server non regression at large scale

Spoon

Spoon is an open-source library to analyze, rewrite, transform, transpile Java source code. It parses source files to build a well-designed AST with powerful analysis and transformation API. It fully supports Java 8. External contributions as pull requests are welcome. The official website is available at http://spoon.gforge.inria.fr/. Spoon is an official Inria open-source project, and member of the OW2 open-source consortium.

@article{pawlak:hal-01169705,
  TITLE = {{Spoon: A Library for Implementing Analyses and Transformations of Java Source Code}},
  AUTHOR = {Pawlak, Renaud and Monperrus, Martin and Petitprez, Nicolas and Noguera, Carlos and Seinturier, Lionel},
  JOURNAL = {{Software: Practice and Experience}},
  PUBLISHER = {{Wiley-Blackwell}},
  PAGES = {1155-1179},
  VOLUME = {46},
  URL = {https://hal.archives-ouvertes.fr/hal-01078532/document},
  YEAR = {2015},
  doi = {10.1002/spe.2346},
}

Compiling

To compile Spoon, you need a Java Development Kit (JDK) and Maven:

git clone https://github.com/INRIA/spoon
cd spoon
mvn compile

To run the tests:

mvn test

Design Philosophy

R1) The Spoon metamodel is as close as possible to the language concepts.

R2) The Spoon model of a program is complete and sound.

R3) The text version of a Spoon model is well-formed and semantically equivalent to the original program.

R4) The analysis and transformation API is intuitive and regular.

R5) Transformation operators are designed to warn as fast as possible about invalid programs. This is done either with static type checking or with dynamic checks when the operators are used.

R6) When feasible, the text version of a Spoon model is close to the original one.

Ecosystem

See http://spoon.gforge.inria.fr/ecosystem.html

Download

Stable version:

<dependency>
    <groupId>fr.inria.gforge.spoon</groupId>
    <artifactId>spoon-core</artifactId>
    <version>5.7.0</version>
</dependency>

Snapshot version:

<dependencies>
	<dependency>
		<groupId>fr.inria.gforge.spoon</groupId>
		<artifactId>spoon-core</artifactId>
		<version>5.8.0-SNAPSHOT</version>
	</dependency>
</dependencies>
<repositories>
	<repository>
		<id>gforge.inria.fr-snapshot</id>
		<name>Maven Repository for Spoon Snapshot</name>
		<url>http://spoon.gforge.inria.fr/repositories/snapshots/</url>
		<snapshots />
	</repository>
</repositories>

To know more about the usage of Spoon, you can read the documentation in the "Usage" section.

Eclipse IDE Setup

In order to generate the Eclipse project files required for importing run the following commands from the root spoon directory (requires Maven):

mvn eclipse:clean
mvn eclipse:eclipse

Contributors

Alphabetical order of last names

  • Olivier Barais
  • David Bernard
  • Benjamin Danglot
  • Benoit Cornu
  • Didier Donsez
  • Favio DeMarco
  • Christophe Dufour
  • Thomas Durieux
  • Alcides Fonseca
  • Sebastian Lamelas Marcote
  • Romain Leventov
  • Matias Martinez
  • Martin Monperrus
  • Carlos Noguera
  • Gérard Paligot
  • Renaud Pawlak
  • Nicolas Pessemier
  • Nicolas Petitprez
  • Phillip Schichtel
  • Lionel Seinturier
  • Marcel Steinbeck
  • Simon Urli
  • Pavel Vojtechovsky
  • Stefan Wolf

spoon's People

Contributors

monperrus avatar gerardpaligot avatar pvojtechovsky avatar surli avatar petitpre avatar tdurieux avatar leventov avatar swolf91 avatar danglotb avatar cnoguera avatar msteinbeck avatar martinezmatias avatar alcides avatar arnobl avatar fangzhen avatar ukeller avatar pschichtel avatar zeitlinger avatar arturbosch avatar diorcety avatar lukemerrick avatar sjd78 avatar fedorov-s-n avatar v-m avatar adamjryan avatar argius avatar aveuiller avatar dufaux avatar maxcleme avatar dima74 avatar

Watchers

Sebastian Javier Marchano avatar 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.