mathis-s / CoreDSL2LLVM

Compiler for generating LLVM ISel Patterns from high-level instruction behavior descriptions
Other
2 stars 1 forks source link

CoreDSL Parser: Allow attribute values #22

Closed PhilippvK closed 6 months ago

PhilippvK commented 6 months ago

Parser should accept [[key=values]] attributes. However, do not handle the values for now...