Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
16 stars 3 forks source link

Implement support for `always` section #72

Closed jopperm closed 1 year ago

jopperm commented 1 year ago

As a first approximation, always is like instructions, but it contains named blocks that only contain behavior (so no encoding/operands, assembly).

jopperm commented 1 year ago

Update: We now have: https://github.com/Minres/CoreDSL/wiki/Structure-and-concepts#always-blocks

jopperm commented 1 year ago

MVP frontend support was added in #82.