5 ms·
This is incredibly well done! I happen to love lightweight markup languages like this, so the fact that you're using one makes it irresistible. To the authors:
by mkdir 13y ago
This is incredibly well done! I happen to love lightweight markup languages like this, so the fact that you're using one makes it irresistible.
To the authors: you said you used Jison[^1] to parse the text. Did you use any external resources to familiarize yourself with its syntax?
EDIT: It looks like Udacity has a series of videos that touch on it: http://www.youtube.com/user/Udacity/videos?query=CS262+ http://www.youtube.com/user/Udacity/videos?query=CS262+
[1]: http://zaach.github.com/jison/ http://zaach.github.com/jison/
- thebramp 13y agoI just spent a lot of time looking at the various examples on zaach.github.com. I actually started to write a blog article on it but never finished. Maybe I'll finish it.