Phil Eaton 1/20/2019

Writing a lisp compiler from scratch in JavaScript: 2. user-defined functions and variables

Read Original

This technical article details the process of extending a Lisp compiler written in JavaScript to handle user-defined functions and variables. It covers parsing function definitions, implementing code generation for function calls and definitions, and managing variable scope and calling conventions in assembly.

Writing a lisp compiler from scratch in JavaScript: 2. user-defined functions and variables

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week