Skip to content

Commit e2cff94

Browse files
committed
feat: expose parser in argus
1 parent 1b35125 commit e2cff94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

argus/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pub use argus_core::signals::{AnySignal, Signal};
22
pub use argus_core::{expr, signals, ArgusResult, Error};
3+
pub use argus_parser::parse_str;
34
pub use argus_semantics::{BooleanSemantics, QuantitativeSemantics, Trace};

0 commit comments

Comments
 (0)