Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

##Steps to compile

gcc typechecking.c
./a.out

Output

Enter the expression And place ; at the end
Press Ctrl-Z to terminate
a+b+c

 Identifier: a
 Identifier: b
Arithmetic Operator: +
 Identifier: c