Skip to content

A Java library for creating lexers from regular expressions

Notifications You must be signed in to change notification settings

jschramk/Java-Lexer-Generator

Repository files navigation

This library was an exploratory dive into lexer design and generation. It was used in my app, Solvable, for both parsing math expressions as well as syntax highlighting. It is probably not as useful as Java's built-in regular expression library, but it was a good learning experience nonetheless.

About

A Java library for creating lexers from regular expressions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages