From 6ee03b5f3197b4725fc4d5f9e156d8d1155fa7b4 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Sun, 15 Mar 2015 20:12:49 -0700 Subject: [PATCH] Fix YouTube Link. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 767d69d..5325e0f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ ## Description -A version of James Coglan's "A Language In 20 Minutes" (see: -https://www.youtube.com/watch?v=CqhL-BDT8lg for the whole 40 minute +A version of James Coglan's ["A Language In 20 Minutes"](https://www.youtube.com/watch?v=CqhL-BDT8lg for the whole 40 minute presentation). It took me about three hours to make this work. This version is tighter, using Coffeescript and PegJS instead of Javascript and whatever parser/lexer he described.