pomsky-syntax 0.12.0

Parser for pomsky, a new regular expression language
Documentation
1
2
3
4
5
6
7
use crate::Span;

#[derive(Debug, Clone)]
#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
pub struct Recursion {
    pub span: Span,
}