Click here to Skip to main content
15,890,527 members
Articles / Programming Languages / C

Lexical analyzer: an example

Rate me:
Please Sign up or sign in to vote.
4.71/5 (12 votes)
21 Nov 2014CPOL3 min read 189K   5.9K   40  
A C program to scan source file for tokens

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions