xiezhenye / dfa

DFA: a fast and modular replacement for regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFA: a fast and modular replacement for regular expressions

DFA is a Go package that implements combinatorial Deterministic Finite Automatas. It is a fast and modular replacement for regular expressions, and is designed with lexing purpose in mind.

To see how to use it as a lexer, please check Gombi.

About

DFA: a fast and modular replacement for regular expressions

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%