From d31a1c9d792ad8dfe1c26fd422adff86efddfa32 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Tue, 27 Aug 2013 13:32:25 -0400 Subject: [PATCH] Updated README.md with how to invoke the program and how to build. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1c4ddf1..699f03d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Currently, it consists of a RNGLALR parser written in C++ and a very experimenta 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 is invoked in this way: +kraken inputTextFile inputGrammerFile outputFile.dot + +It is built using CMake, which is also its only dependency. + It has the following design goals: -Compiled -Clean