Automatic parallelization: Difference between revisions

Content deleted Content added
Hiraditya (talk | contribs)
No edit summary
Tag: Reverted
Line 11:
This is the first stage where the scanner will read the input source files to identify all static and extern usages. Each line in the file will be checked against pre-defined patterns to segregate into [[token (parser)|token]]s. These tokens will be stored in a file which will be used later by the
grammar engine. The grammar engine will check patterns of tokens that match with pre-defined rules to identify variables, loops, control
statements, functions etc. in the code restart.
 
===Analyze===