From c6b36cee6fb682c4ff4a739101c883d5301c9c04 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 9 May 2015 06:48:23 -0400 Subject: [PATCH] add link to try-online --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9e4a77..711f664 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ The Kraken Programming Language (more info and examples at http://limvot.github.io/kraken/) +(try it out online at http://www.room409.xyz/) + 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.