UBC-Stat-ML / blangDSL

Blang core (parsing, generation, eclipse plug-in)
https://www.stat.ubc.ca/~bouchard/blang/
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Generating ACE syntactic artefacts #34

Closed alexandrebouchard closed 8 years ago

cubranic commented 8 years ago

If the MWE2 file has a stanza:

web = {
  enabled = true
}

and there is a configured sibling project whose name ends with ".web", running the workflow produces the required artifacts.

cubranic commented 8 years ago

ACE mode file generated from the current grammar:

mode-bl.js.txt

cubranic commented 8 years ago

Integrated into master since 732058a.