Home of MyORB

Welcome!


MyORB Navigation

About MyORB
Documentation


SourceForge.net Logo

MyORB development status as of November 14, 2004

myorbidl
Completed activities (Specification references in square brackets)
  • Parsing for rules 1 through 111, line 2. [3.4]
  • AST generated for all parsed rules
  • C++ backend (stubs and servants) for
    • Module [3.7]
    • Interface [3.8] (except local and abstract modifiers)
    • Constant [3.10]
    • Basic type declaration [3.11.1] (except any)
    • Structure [3.11.2.1]
    • Enumeration [3.11.2.4]
    • Unbound sequence [3.11.3.1]
    • Variable length string [3.11.3.2]
    • Variable length wide character string [3.11.3.3]
    • Exception [3.12]
    • Operation [3.13] (except context)
Remaining activities
  • Parsing for rules 111 through 138 [3.4]
  • C++ backend for
    • Local and abstract interface rules [3.8.6, 3.8.7]
    • Value [3.9]
    • Type declaration for any [3.11.1.7]
    • Union [3.11.2.2]
    • Bound sequence [3.11.3.1]
    • Fixed length string [3.11.3.2]
    • Fixed length wide character string [3.11.3.3]
    • Fixed point number [3.11.3.4]
    • Arrays [3.11.4.1]
    • Native type [3.11.5]
    • Operation context [3.13.4]
    • Attribute [3.14]
    • Repository operations [3.15]
    • Components declarations
  • All Java backends
  • POA Tie code generation