Skip to content

Console application. Consumes a string which represents a regular expression. Produces DFA based on that expression. Then it can consume any string and answer whether that word is matched to expression or not.

License

Notifications You must be signed in to change notification settings

Osipo/RegularExprLexerGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RegularExprLexerGenerator

Console application. Consumes a string which represents a regular expression. Produces DFA based on that expression. Then it can consume any string and answer whether that word is matched to expression or not.

Launch

java -classpath bin Lexers.Generators.SimpleRegularLGen

Regex Syntax

For concatenation use a^b instead of ab. "^" - symbol of concatenation.

About

Console application. Consumes a string which represents a regular expression. Produces DFA based on that expression. Then it can consume any string and answer whether that word is matched to expression or not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages