Fix YouTube Link.

This commit is contained in:
Elf M. Sternberg 2015-03-15 20:12:49 -07:00
parent 5a3e5272a2
commit 6ee03b5f31
1 changed files with 1 additions and 2 deletions

View File

@ -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.