argus/argus-derive
Anand Balakrishnan 1c79847a77
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`
2023-06-06 10:46:27 -04:00
..
src feat!(core): Use new AST structure 2023-06-06 10:46:27 -04:00
Cargo.toml feat!(core): Use new AST structure 2023-06-06 10:46:27 -04:00
README.md feat!(core): Use new AST structure 2023-06-06 10:46:27 -04:00

argus-derive

This crate contains custom derive macros for traits described in argus-core and argus-semantics.