Skip to content

pradeesh-kumar/lex-engine

Repository files navigation

Lex-Engine

lex-engine-logo

Java 21+ License

Lex-Engine is a Lexical Analyser and Parser generator tool to recognize a language from the given grammar and build the Parse Tree. It's written in Java.

Supported Wildcard Characters in the Regex

* Matches zero or more occurrences of the preceding element
+ Matches one or more occurrences of the preceding element
? Matches exact one occurrence of the preceding element
. Matches any character

How to Build

To build the packages, follow these steps:

Contributing

Lex-Engine is free software, contributions are welcome.

Author: Pradeesh Kumar

About

A Lexical analyser and Parser Generator written in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published