Giter Site home page Giter Site logo

csg-tokyo / rdominoj Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 240 KB

The ReactiveDominoJ compiler

Home Page: http://www.csg.ci.i.u-tokyo.ac.jp/projects/rdominoj/

License: BSD 3-Clause "New" or "Revised" License

Java 21.68% JavaScript 78.22% Shell 0.10%

rdominoj's Introduction

The ReactiveDominoJ compiler

Copyright (c) 2013-, YungYu Zhuang. All rights reserved.

ReactiveDominoJ is a practical implementation of an expand event system supporting reactive programming. This project is an extension to the DominoJ compiler. For the publications and binary distribution please visit our project webpage:

http://www.csg.ci.i.u-tokyo.ac.jp/projects/rdominoj/

The source code of this project is licensed under the modified BSD License (please see the LICENSE file for the full text).

build steps

  • checkout ReactiveDominoJ from GitHub.

    git clone https://github.com/yungyu/rdominoj.git rdominoj

  • checkout DominoJ from GitHub.

    git clone https://github.com/yungyu/dominoj.git dominoj

  • checkout JastAddJ from its SVN repository.

    svn checkout http://svn.cs.lth.se/svn/jastadd-oxford/projects/branches/JastAddJ-stable/ jastaddj

  • copy dominoj runtime in DominoJ to ReactiveDominoJ.

    cp -r dominoj/dominoj rdominoj/

  • build ReactiveDominoJ using ant.

    cd rdominoj && ant

create jar files

  • ant jar for building DominoJCompiler.jar and dominoj.jar.

  • ant source for building dominoj-compiler-src.jar.

examples

  • cd examples && ant for building.

  • ant run for testing.

testcases

  • cd testcases && ant for building.

  • ant run for testing.

to compile a source file written in ReactiveDominoJ

java -jar ReactiveDominoJCompiler.jar MyClass.java

or

java -cp ~/devel/ReactiveDominoJ JavaCompiler MyClass.java

or let rdominojc could be found in your $PATH and then

rdominojc MyClass.java

the execution is the same as other Java programs

java -cp dominoj.jar:. MyClass

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.