parcon.railroad.regex
index
/home/jcp/github/parcon/parcon/railroad/regex.py

This module knows how to convert some regular expressions into railroad
objects.

 
Modules
       
parcon
parcon.railroad

 
Functions
       
convert_regex(regex)
Converts a regex, specified as a string, to an instance of one of the
subclasses of parcon.railroad.Component. If the specified regex contains
constructs that this module does not understand, None will be returned.
init_parser()

 
Data
        regex_parser = None