Lunes 03/05/2021
Lab: Generating JS from Egg
Writing a translator from Egg to JS.
Notes for the teacher: See private repo egg2js with a partial solution and branch develop
at path
➜ crguezl-egg-2-js-2019 git:(develop) ✗ pwd
/Users/casianorodriguezleon/campus-virtual/shared/egg/egg-2-js/crguezl-egg-2-js-2019
Our First Translation Scheme Tool: Nearley.JS
- Esquemas de Traducción y Definiciones Dirigidas por la Sintaxis
- Compiler Theory:Syntax-Directed Translation by Marc Moreno Maza
- Nearley.js
- The Earley Algorithm
Video
Que hemos visto
Lab: Generating JS from Egg. Let’s continue with Nearley.JS