Update README.md with link to the gh-pages website

This commit is contained in:
Nathan Braswell
2014-12-30 01:31:02 -05:00
parent 9660c363bf
commit b1f6772efe

View File

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