feat!(core): Use new AST structure

Derive Expr methods using a derive proc-macro. These macros are present in
the `argus-derive` crate, but the traits are defined in `argus-core`
This commit is contained in:
Anand Balakrishnan 2023-06-06 10:44:45 -04:00
parent 70c5a50d22
commit 1c79847a77
No known key found for this signature in database
22 changed files with 958 additions and 702 deletions

5
argus-derive/README.md Normal file
View file

@ -0,0 +1,5 @@
# `argus-derive`
This crate contains [custom derive
macros](https://doc.rust-lang.org/reference/procedural-macros.html) for traits described
in `argus-core` and `argus-semantics`.