Giter VIP home page Giter VIP logo

ruby_curry's Introduction

ruby_curry

ruby_curry is a framework to study the compilation and execution of Curry programs. The name stems from the fact that the runtime environment and the object code are ruby programs. A front-end, coded in Curry, produces an abstract representation of Curry programs suitable for compilation in an imperative/object-oriented language. This representation is converted into an abstract Ruby program and then into concreted Ruby code which is executed by the Ruby interpreter. Since the object code is in Ruby, the efficiency of execution is not a primary goal of this project.

This tool is the result of a on-going project developed by Karthik Senthil under Google Summer of Code 2016 program and mentorship of Prof. S. Antoy at Portland State University.

Usage

To compile a sample Curry program, we first translate it into an "imperative" representation called ICurry

curry2icur file

Then we translate this representation into ruby

icur2ruby file

And finally we execute it

exec file

There are scripts to automate the entire compilation pipeline.

Current state

Curry is a large, general-purpose language. Not all Curry constructs are currently supported and many external library functions are not yet coded. However, simple programs compile and run as expected.

Completing support for all Curry constructs is within reach.

Running the tests

The tests can be run with the following Rake command

rake test

The tests require the following Ruby gems - minitest, colorize

ruby_curry's People

Contributors

karthiksenthil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.