Skip to Main Content
The “Oslo” Modeling Language
book

The “Oslo” Modeling Language

by David Langworthy, Brad Lovering, Don Box
October 2008
Beginner to intermediate content levelBeginner to intermediate
208 pages
3h 1m
English
Addison-Wesley Professional
Content preview from The “Oslo” Modeling Language

Chapter 13. Modules

An Mg module is a scope that contains declarations of languages (Chapter 12). Declarations exported by an imported module are made available in the importing module. Thus, modules override lexical scoping that otherwise governs Mg symbol resolution. Modules themselves do not nest.

13.1 Compilation Unit

Several modules may be contained within a CompilationUnit, typically a text file.

CompilationUnit:

ModuleDeclarations

ModuleDeclarations:

ModuleDeclaration

ModuleDeclarations ModuleDeclaration

13.2 Module Declaration

A ModuleDeclaration is a named container/scope for language declarations.

ModuleDeclaration:  module QualifiedIdentifer ModuleBody ;optQualifiedIdentifier:  Identifier  QualifiedIdentifier . IdentifierModuleBody: ...

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

Technical Java™: Developing Scientific and Engineering Applications

Technical Java™: Developing Scientific and Engineering Applications

Grant Palmer
Programming in the .NET Environment

Programming in the .NET Environment

Damien Watkins, Mark Hammond, Brad Abrams

Publisher Resources

ISBN: 9780321606518Purchase book