#43 — Context-Free Grammar
In this Coding Challenge, I code a Context-Free Grammar text generator from scratch. The concept of recursion is explored. This video is part of Session 7 of the "Programming from A to Z" ITP class.
Allison Parish's example programs in Python from her course on reading and writing electronic texts
Daniel Shiffman's course on programming strategies and techniques behind procedural analysis and generation of text-based data
A story-grammar generation library for javascript by Kate Compton
An open source library for writing in programmable media
Discussion of exercises to try related to Context-free Grammars
Playlist for Session 7 of Programming from A to Z course in 2016 on Context-Free Grammars
Live Stream with Context-Free-Grammar (Session 7 of Programming from A to Z)
- Editing
by Mathieu Blanchette
- Animations
by Jason Heglund