objectiser / scribble

Language for describing interactions between multiple participants.
http://www.scribble.org
1 stars 0 forks source link

Protocol Parser #2

Closed objectiser closed 14 years ago

objectiser commented 14 years ago

Define an OSGi bundle for the protocol parser. The parser implementation should use ANTLR.

Should the standard interface be provided in the org.scribble.core bundle, and the parser just provide an implementation? That way, multiple protocol parser implementations could exist and be switched.

Possibly all APIs should be in the core bundle?

objectiser commented 14 years ago

Implemented in Protocol Parser and Protocol bundle.