Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.26 KB

DocumentationHome.md

File metadata and controls

50 lines (38 loc) · 1.26 KB

Documentation Home

Learn how to get started with the CLI app and the basic CLI commands

View some examples of vore code and some examples of converting regex to vore

Language

  1. Tokens and lexing
  2. Grammar and Parsing
  3. Typechecking
  4. Regex Comparison

Commands

  1. Find
  2. Replace
    1. ReplaceMode
  3. Set
    1. Patterns and Predicates
    2. Transform Functions
    3. Matches

Search Operations

  1. Literals
    1. Strings
    2. Caseless
    3. Character Classes
    4. Not
  2. List
    1. Ranges
    2. Not In List
  3. Maybe
  4. Loops
    1. At Least
    2. At Most
    3. Between
  5. Variables
    1. Named Loops
  6. Subroutines
    1. Recursion

Library API

TODO - API documentation about the Vore object, functions on it, and the resulting matches object.