What are the phases and passes of a general language processor?
Language processor consist of two phases
1.Analysis phase
2.Synthesis phase
Language processor pass is the processing of every statement in
a source program, or its equivalent representation to preform
language processing function
pass 1-It analyses the source program and notes relevant
information.
pass 2- It synthesizes the target program