1,275 views
0 votes
0 votes
When exactly is type checking done during compilation phase ?? Some resources are saying there r during semantic analysis phase while other r saying there r done syntax analysis phase  !!

My question is if they are done in tandem with syntax analysis phase  !!!

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
nishant279 asked Aug 30, 2017
1,112 views
Type Checking is normally done during:1. Parsing2. Syntax Analysis3. SDT4. Semantic Based Optimization
2 votes
2 votes
0 answers
2
reena_kandari asked Jan 2, 2017
620 views
Which grammar is used for type checking?
3 votes
3 votes
3 answers
3
Raveen Sharma asked Jul 23, 2016
2,379 views
Is E E+T / T , T i is LR(0) grammar ?