From d7fde25e65f0bc1b70fd27a54401944b1abe2b9a Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Tue, 27 Aug 2013 13:29:59 -0400 Subject: [PATCH] Updated README.md with some of the current progress. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ba3cba..1c4ddf1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Kraken The Kraken Programming Language The Kraken Programming Language is in its infancy. +Currently, it consists of a RNGLALR parser written in C++ and a very experimental grammer that is evolving quickly. +When compiled, the kraken program (as it is not yet a compiler) will take in a text file to be parsed, the grammer file to use, and a filename to output a DOT file to. +Kraken will then generate the RN parsing tables from the grammer and then parse the input and export a DOT file that can be renderd into a graph using Graphviz. It has the following design goals: -Compiled