Jlex – LA generator in Java
Jlex specification needs all components to write a complete Java program
Consists of
- package/import declarations
- regular expressions for each token
- an action written in Java for each r.e.
- classes that may be referred to in the actions