From b1f6772efed746a3dd2b4d6673f720540e4ee7e4 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Tue, 30 Dec 2014 01:31:02 -0500 Subject: [PATCH] Update README.md with link to the gh-pages website --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07ffdc7..834d0be 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Kraken The Kraken Programming Language +(more info at http://limvot.github.io/kraken/) + The Kraken Programming Language is in its infancy. Currently, it consists of a RNGLALR parser written in C++, an experimental grammer that is evolving, and a C code generator. When compiled, the kraken compiler will take in a text file to be parsed, the grammer file to use, and an output file name.