Skip to content

assertchris/tutorial-implementing-languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Implementing Languages

Slides

You can find the slides, for this workshop, at https://speakerdeck.com/chrispitt/implementing-languages-fluentconf.

Running

Install Babel compiler (to make ES6 work!):

$ npm install --save-dev babel-cli

Then, run each script to see output:

$ babel-node lexer.js

Alternatively, you can run this code in https://jsbin.com/ after setting the JavaScript dropdown to "ES6 / Babel".

Comments

Feel free to leave feedback at http://conferences.oreilly.com/fluent/javascript-html-us/public/schedule/detail/46342.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published