Parallel Compilers: Introduction
40/43
•Preparation of the syntax analysis in parallel:
• A separation of some substrings of tokens.
   These substrings and the rest, called the
   program skeleton, are parsed in parallel.
• In the skeleton, the removed substrings   
   are replaced with pseudotokens.
• Lexical analyzer translates a complete source program into tokens