Om  1.0.0
A universal framework for multimedia simulation
Namespaces | Classes
om::scripting::mir Namespace Reference

A namespace containing all code related to the Mir scripting language. More...

Namespaces

 lang
 The namespace containing the language and AST definitions for the Mir scripting language.
 

Classes

class  ContextualAnalyzer
 A class that analyzes the structure of a parsed AST to determine if it is semantically valid. More...
 
class  Parser
 A class that parses a stream of tokens into an abstract syntax tree for the Mir language. More...
 
class  Scanner
 A class that parses raw text data and produces a set of tokens for the Mir scripting language. More...
 
class  SourceGenerator
 A class that converts a pre-parsed Module abstract syntax tree into valid source code. More...
 

Detailed Description

A namespace containing all code related to the Mir scripting language.