Skip to content

πŸ‘¨πŸ»β€πŸ’» lexical analysis of a c file using the c language

Notifications You must be signed in to change notification settings

simon-kurbiel/lexical-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

lexical-analysis

lexical analysis of a c file using the c language

for example, an input of this file will generate the resulting tokens

int main(){
    char * p = name;
    int x = 20;
    x = x +20;
}

image

About

πŸ‘¨πŸ»β€πŸ’» lexical analysis of a c file using the c language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published