jlex
Lex-style lexical analyser generator for Java
Install
- All systems
-
curl cmd.cat/jlex.sh
- Debian
-
apt-get install jlex - Ubuntu
-
apt-get install jlex - Kali Linux
-
apt-get install jlex - CentOS
-
yum install jlex - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install jlex - Raspbian
-
apt-get install jlex
jlex
Lex-style lexical analyser generator for Java
The JLex utility is a lexical analyser generator, modelled after the popular UNIX "lex" utility. JLex takes a specification file similar to that accepted by Lex, then creates a Java source file for the corresponding lexical analyzer.