Compiler: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
Resources:
* Coursera.org
= Lexical Analysis =
= Lexical Analysis =
<pre>
<pre>

Revision as of 12:20, 26 November 2014

Resources:

  • Coursera.org

Lexical Analysis

  if (i == j)
    z = 0;
  else
    z = 1;

is indeed below in computers

\tif (i == j)\n\t\tz = 0;\n\telse\n\t\tz = 1;

Parsing

Semantic Analysis

Optimization

Code Generation