EmberConf 2016: How to Build a Compiler by James Kyle

How to Build a Compiler by James Kyle Compilers are all around you: Babel, Handlebars/HTMLBars, Glimmer, Uglify, and more. In this talk we’ll walk through every part of a compiler from the parser to the generator. Learn about visitors and traversal, paths, scopes, bindings, and everything else. By the end compilers shouldn’t seem like magic, and maybe you’ll even want to contribute back to them.
Back to Top