Commit graph

3 commits

Author SHA1 Message Date
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
Anand Balakrishnan
eea6b2a619
test: add some proptest regressions
The additional regression corresponds to overflowing addition in signal
addition. This is a problem for future Anand... sorry...
2023-03-23 14:15:12 -07:00
Anand Balakrishnan
9ecba8b6b4
test: add proptest regressions 2023-03-22 18:14:51 -07:00