Asmeta Compiler

The AsmetaL compiler/parser processes the ASM models written in the AsmetaL concrete syntax, checks for their consistency w.r.t. the OCL constraints of the metamodel, and translates information about concrete models into AsmM instances in a EMF model.

Download

Download the parser: AsmetaLc.jar

How to run

To run the parser - in brief

java -jar AsmetaLc.jar <filename>

Other commands:

java -jar AsmetaLc [-xmi] [-log <log4j file>] <model.asm>
        -xmi: generate the XMI output format.
        -log: generate debug info.
        <log4j file>: configuration file of the logger
        <model.asm>: path name of the ASM spec.