Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 203 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 203 Bytes

0.0.1

  • Implement some of basic blocks of Regex
    • ZeroOrMore
    • OneOrMore
    • ZeroOrOne
    • Exactly
    • Range
    • CaptureGroup
    • Word
    • Digit
    • AnyCharacter
    • CharacterSet
    • AtomGroup