diff --git a/models/Example37_Compiler2_ComponentReuse.mp b/models/Example37_Compiler2_ComponentReuse.mp index 975d1d8de68ca544e441464f78e636db86ffda67..fa81a3a67c19c0479d9d3c35d14a3fbe2ecebdbb 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