| OLD | NEW |
| 1 Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler | 1 Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler |
| 2 will provide high-quality translation from Dart to JavaScript. | 2 will provide high-quality translation from Dart to JavaScript. |
| 3 | 3 |
| 4 Some areas that will explored in this project are: | 4 Some areas that will explored in this project are: |
| 5 | 5 |
| 6 * high-performance extensible scanner and parser | 6 * high-performance extensible scanner and parser |
| 7 * concrete type inferencing | 7 * concrete type inferencing |
| 8 * fancy language tool support | 8 * fancy language tool support |
| 9 * programming environment integration | 9 * programming environment integration |
| 10 * SSA-based intermediate representation | 10 * SSA-based intermediate representation |
| 11 * adaptive compilation on the client | 11 * adaptive compilation on the client |
| 12 | 12 |
| OLD | NEW |