Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • -f <filename> : Use a specific input file (and not the console)
  • -o <filename> : Use a specific output file (and not the console)
  • -v : Use verbose compilation, more error messages
  • -s: Use strict mode compilation (only apply selected transformations)

 

Example 1:

Image Added

When calling the KielerCompiler with the ABORT transformation and console output.

 

Example 2:
Image Added

Using the KielerCompiler with CODEGENERATION transformation and a specific output file.

 

Example 3:
Image Added

Using the KielerCompiler with a non exsiting transformation which generates an error message.