hacspec / hax

A Rust verification tool
https://hacspec.org/blog
Apache License 2.0
173 stars 19 forks source link

Attributes: introduce them in engine's AST #49

Open W95Psp opened 1 year ago

W95Psp commented 1 year ago

Currently, attributes are translated from the rust compiler to our THIR' JSON file, but we drop them in the module Import_thir in the engine.

W95Psp commented 1 year ago

Re-opening this issue, PR #106 only added support in the frontend exporter, not in the engine.