Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 185 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 185 Bytes

Scala-Lexer

Lexer written in Scala that can take a grammar and a text and transform it into lexems and tokens.

Flow

Regex -> Parsed Regex Tokens -> AST -> NFA -> DFA -> minDFA