Skip to content

MetaL for Pharo 8.0

Latest
Compare
Choose a tag to compare
@carolahp carolahp released this 27 Jan 09:08
· 3 commits to master since this release

Requirements:

  • Must be installed in a Pharo 8.0 image
  • Generates images to be executed by the Pharo 8.0 32 bits VM

Features:

  • Extensible base language metamodel to support the generation of both Pharo-like languages and languages other than Pharo.
  • Base language model source code to be transformed by the user
  • Tests on the language model and generated image that check compatibility with the target VM (Pharo 8.0 32 bits)
  • Optional way to define languages through aspects (AspectMetaL)