I just want to ask how will i develop a Perl Lexical analyzer that will mimic language like C, for example the input will be:
main(){
printf("Hello World");
}
How will i broken down the input into tokens like main = reserve words, printf = function, ( = character symbol etc so that the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.