Question: Write code in PYTHON OR JAVA that checks a source file (input file in plain text format) that separates lexemes by white space and special
Write code in PYTHON OR JAVA that checks a source file (input file in plain text format) that separates lexemes by white space and special characters. This lexical analyzer will only have tokens for special characters and alphanumeric strings.
Ie: 2345 6tgbsauhd9sa67*I{OPKDSl;jaklhl
Would be
2345
6tgbsauhd9sa67
*
I
{
OPKDSl
;
jaklhl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
