Skip to content

Commit

Permalink
Changed compiler name
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksenthil committed Aug 21, 2015
1 parent 34bb152 commit 3d7ddde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# curry.rb
# ruby_curry

curry.rb is a tool to compile and execute an input [Curry](https://en.wikipedia.org/wiki/Curry_(programming_language)) program. The tool converts the program into a Definitional Tree, a hierarchical structure, which is then accordingly processed into an intermediate object code. This object code is then executed to obtain the required output of the Curry program. The compiler is completely developed in Ruby.
ruby_curry is a tool to compile and execute an input [Curry](https://en.wikipedia.org/wiki/Curry_(programming_language)) program. The tool converts the program into a Definitional Tree, a hierarchical structure, which is then accordingly processed into an intermediate object code. This object code is then executed to obtain the required output of the Curry program. The compiler is completely developed in Ruby.

This tool is the result of a [project](https://www.google-melange.com/gsoc/project/details/google/gsoc2015/karthiksenthil/5700735861784576) under Google Summer of Code 2015 program and mentorship of [Portland State University](http://summer.cs.pdx.edu/).

Expand Down

0 comments on commit 3d7ddde

Please sign in to comment.