Minres / CoreDSL

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

Suppress more errors #100

Closed AtomCrafty closed 1 year ago

AtomCrafty commented 1 year ago

This should hopefully fix or suppress all errors reported in the current state of RISCV_ISA_CoreDSL. I made one grammar change to enforce at least one declarator in each declaration, as it was originally intended. This means you need to add parameter names for all extern functions.