From 596fe4954d8e544a34e5086f43172d905d28feb0 Mon Sep 17 00:00:00 2001 From: Pamela Dyer <pamela.dyer@uconn.edu> Date: Sat, 25 Sep 2021 09:51:42 -0700 Subject: [PATCH] Update models/Example37_Compiler2_ComponentReuse.mp --- models/Example37_Compiler2_ComponentReuse.mp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/Example37_Compiler2_ComponentReuse.mp b/models/Example37_Compiler2_ComponentReuse.mp index 975d1d8..fa81a3a 100644 --- a/models/Example37_Compiler2_ComponentReuse.mp +++ b/models/Example37_Compiler2_ComponentReuse.mp @@ -1,11 +1,11 @@ -/* Example 38. Model of Compiler in Interactive Mode +/* Example 37. Model of Compiler in Interactive Mode Purpose: To demonstrate component reuse between models, emphasizing the advantages of separation between the specification of component behavior and the specification of interactions between components. -Description: Examples 37 and 38 are models of a bottom-up +Description: Examples 36 and 37 are models of a bottom-up parser with lexical analyzer based on regular expression matching. It models the behavior of Lex/Yacc generated compiler’s front end. Example 37 represents an -- GitLab