I just released java-lexer, a JLS-compliant yet simplistic lexer for the Java language. It's completely stand-alone and not dependent on any parser or other libraries. Check it out!
I just released java-lexer, a JLS-compliant yet simplistic lexer for the Java language. It's completely stand-alone and not dependent on any parser or other libraries. Check it out!
I recently released skelex, a regular expression (regex) matching library that works over streams of objects. Unlike most regex libraries, it also produces a parse tree. Check it out!