regen

command module
v0.0.0-...-a04fcc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2015 License: MIT Imports: 12 Imported by: 0

README

regen

Compile-time regular expression parsing for go-lang.

regen generates a custom regular expression matching function for a given pattern. It can be used with go generate. This is currently a proof of concept: it does not support all of the common regular expression meta-characters and the matching implementation can be made much faster.

The current implementation is based on Regular Expression Matching: the Virtual Machine Approach by Russ Cox.

#TODOs

  • Implement character classes and wildcards.
  • Implement different backends (like the D-lang regex library in phobos)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL