package
module
Version:
v0.0.0-...-386f3d5
Opens a new window with list of versions in this module.
Published: Aug 7, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Regexp

A simple golang regexp implementation.
Implemented to learn about regexps.
Uses NFAs.
Not all features implemented.
Documentation
¶
Package regexp is a basic regexp library.
The library was implemented to explore regexp parsing and NFA representation.
Regexp is a compiled regular expression.
Compile compiles a pattern into Regexp.
MustCompile invokes Compile and panics if an error is returned.
MatchString returns true if the the passed input matches the pattern.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.