From 3d7ddde07108119a9a9c327c85636efbe84f6b77 Mon Sep 17 00:00:00 2001 From: Karthik Senthil Date: Fri, 21 Aug 2015 22:08:13 +0530 Subject: [PATCH] Changed compiler name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fe8e78..b6a4e21 100644 --- a/README.md +++ b/README.md @@ -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/).