setekhid / minilisp

Making a Mini-Lisp: Introduction to Transpilers and how tokenizer, parser and interpreter work together. via @AngularClass

Home Page:https://angularclass.com/making-a-mini-lisp-introduction-to-transpilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Fundamentals


minilisp

mini lisp to demonstrate how tokenizer, parser and interpreter work together

The main modules are:

  • tokenizer.js
  • parser.js
  • generator.js

An example usage for Node.js can be found in example.js


enjoy — AngularClass



AngularClass ##AngularClass

Learn AngularJS, Angular 2, and Modern Web Development from the best. Looking for corporate Angular training, want to host us, or Angular consulting? patrick@angularclass.com

About

Making a Mini-Lisp: Introduction to Transpilers and how tokenizer, parser and interpreter work together. via @AngularClass

https://angularclass.com/making-a-mini-lisp-introduction-to-transpilers


Languages

Language:JavaScript 100.0%