Git Product home page Git Product logo

cashew's Introduction

Cashew

JavaScript-based Java parser. Outputs an abstract syntax tree as specified by the Mozilla Parser API.

Language Support

Java is the target language.

Using Cashew

Cashew ("cashew.js" file) is the Java transpiller. To run it simply serve the html and js files or install it using "npm install cashew-js". then call function "Parse" with the code as parameter.

var cashew  = require('cashew-js');
var ast = cashew.Parse(stringCode);

Cashew provides a runtime "___JavaRuntime" with functions used by the transpilled code to run. The parser will automatically include the call of the "main method" from the first class of the code. You can also wrap the AST in a function with a static call of your choice (or keep the original call to the 'first main') by "cashew.wrapFunction" specifying the ast, a functionName, (a className, and a staticCall if you want to override the call for the 'first main')

How cashew works?

Cashew uses jison to transpile Java code into JavaScript. The grammar used by cashew is "coco-java.jison" (read more about jison grammars here ). You can also find the compiled parser in the coco-java.js file and more details about it. Cashew use a embeded version of UNDERSCORE to do some tricks with the ast nodes.

Cashew web uses ESCODEGEN in the web interface to generate the JavaScript code from the AST produced by the parser.

Testing

You can test basics here!

Get in touch

Please use the GitHub issues, or email Lucas

cashew's People

Contributors

basicer avatar clauda avatar cwmaia avatar differentmatt avatar gustavosizilio avatar lucasfarias avatar rafmonteiro avatar

Watchers

 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.