Question
I have finished the lexer and thanks to you I have added new ideas to my programming.
i need to understand "Creating Tokens Outside Of The Input File"
Why is there a need to use a second string-based lexer where additional instructions can be provided?
It is probably used in advanced modules of the program but I need to understand now, can you give me some concrete examples? Thanks in advance.