Skip to Content
Programming Languages: Concepts and Implementation
book

Programming Languages: Concepts and Implementation

by Saverio Perugini
December 2021
Beginner
840 pages
47h 29m
English
Jones & Bartlett Learning
Content preview from Programming Languages: Concepts and Implementation

12.7 Sequential Execution in Camille

Although Camille has a provision for variable assignment, an entire Camille program must expressed as a single Camille expression—there is no concept of sequential evaluation in Camille. We now extend the interpreter to morph Camille into a language that supports a synthesis of expressions and statements. To syntactically support statements that are sequentially executed in Camille, we add both the following rules to the grammar and the corresponding pattern-action rules to the PLY parser generator:

A list of grammar rules in Camille and the corresponding pattern-action rules. A list of grammar rules in Camille and the corresponding pattern-action rules.
Description ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Concepts and Semantics of Programming Languages 1

Concepts and Semantics of Programming Languages 1

Therese Hardin, Mathieu Jaume, Francois Pessaux, Veronique Viguie Donzeau-Gouge
Programming C# 10

Programming C# 10

Ian Griffiths

Publisher Resources

ISBN: 9781284222739