///|
/// Cucumber Expressions for MoonBit.
///
/// A parser and matcher for Cucumber Expressions, the simpler alternative
/// to regular expressions used in BDD step definitions.
pub fn version() -> String {
  "0.1.0"
}