Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 964 Bytes

File metadata and controls

24 lines (17 loc) · 964 Bytes

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