Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: Most of these base test output JavaScript that is virtually identical to JavaScriptActionScript. This means ActionScript could as easily be output from the emitter since it proves that the walker is semantically traversing the ActionScript AST correctly. Using this same framework, different language output could be implemented, would you want to do that? Only time will tell.

Composition

The main goal of this prototype is for composition of emitter strategies. There are specific levels of node handlers that have been implemented.

...