-
Book Overview & Buying
-
Table Of Contents
Building Programming Language Interpreters
By :
In the past few chapters, I have explored different aspects of the runtime for the interpreter, from the execution model to how it interacts with I/O operations and native callbacks. There was a hint, particularly in the previous chapter, of the importance of designing the operators for the interpreter.
In this chapter, I will now focus on getting enough operations in place for the interpreter to be able to execute a more complete program. We will work through the following:
By the end of this chapter, you will have a practical understanding of the way in which we translate the abstract concepts of executing a high-level programming language into the low-level primitives that the interpreter runtime can offer.
...
Change the font size
Change margin width
Change background colour