I'm LIVE on now. Join the stream!

Oct 16 - 2015
Workshop @ JSConf Colombia | Medellin, Colombia
TL;DR: A walkthrough about how to create an interpreted language using Jison and lexer concepts.
Description: Jison is a powerful package created to be implemented on custom lexer and parsing operations, it can be extremely useful to implement large languages or simple translations. We are going to learn the basics behind and how to build a small language using it.
Slides
Repository