Commit graph

3 commits

Author SHA1 Message Date
Anand Balakrishnan
7ce056b471
refactor!(argus): combine co-dependent crates
- argus-core, argus-parser, argus-semantics are highly co-dependent, and
  hence should be in the same create.
2023-10-06 15:40:20 -07:00
Anand Balakrishnan
77cda0eae0
refactor(argus-derive): remove unnecessary derives 2023-09-07 13:33:45 -07:00
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