====== Transpiler====== - Building a Transpiler from scratch. Lecture [1/18]: Transpiler overview | Numbers https://www.youtube.com/watch?v=Qf13p3KpEms - How to make a Transpiler? https://www.reddit.com/r/ProgrammingLanguages/comments/1dz2rzf/how_to_make_a_transpiler/ - How to write a transpiler https://tomassetti.me/how-to-write-a-transpiler/ - Writing a simple transpiler in JavaScript https://medium.com/swlh/writing-a-simple-transpiler-in-javascript-3c34ccb99e74 ====== Crafting Interpreters ====== - 中文翻译 https://github.com/GuoYaxiang/craftinginterpreters_zh - LOX语言的简单实现 https://github.com/Ch1ps-dot/myclox/tree/master