ADL Parsing using the reference parser

I have seen on the website that there is a reference ADL parser available. When Googling for more details I notice that there used to be documentation that described how to use this parser, this does not seem to be around any more.

Does anyone know of any publicly accessible information that shows how to read an ADL file using the reference parser. I am looking for examples of usage within a .NET language ( i.e C~ or VB.NET )

any help appreciated
OxfordPartnership

Hi there
My humble suggestion: download Ocean’s archetype editor source, along with a couple of archetypes. Fire up your Visual Studio and walk through the code as you load a single archetype to the editor.
I know this is not what you want, but it is probably shortest path to the information you want.

Kind regards
Seref

See
http://www.openehr.org/svn/ref_impl_eiffel/TRUNK/apps/doc/adl_workbench_help.htm
for access to the parser built as a standalone compiler tool.

- thomas beale

oxfordpartnership wrote: