From 9108a01801fb08ada5f8dc7f5c26b80247772561 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 18 Jul 2015 16:30:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 595e836..b66144e 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Kraken The Kraken Programming Language -(more info and examples at http://limvot.github.io/kraken/) +(try it out online at http://www.kraken-lang.org/) (vim integration (filetype, syntax highlighting, Syntastic) at https://github.com/Limvot/kraken.vim) -(try it out online at http://www.kraken-lang.org/) +(more info and examples at http://limvot.github.io/kraken/) The Kraken Programming Language is functional but very much still in development. Currently, it consists of a RNGLALR parser written in C++, an AST intermediate representation, and a C code generator.