Skip to content

Files

Latest commit

9abc707 · Aug 27, 2021

History

History
8 lines (7 loc) · 413 Bytes

README_MCE.md

File metadata and controls

8 lines (7 loc) · 413 Bytes

MCE provides two useful functions for working with the meta-circular evaluator of Source. It also provides a Source lexer (tokeniser). Click on a name on the right to see how they are defined and used.

The meta-circular evaluator of Source is covered in chapter 4 of the textbook Structure and Interpretation of Computer Programs, JavaScript Adaptation (SICP JS).