SmilyOrg / moonshineproject

Automatically exported from code.google.com/p/moonshineproject
0 stars 0 forks source link

Consider rewriting the AS3 line parser as a context-switch parser #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to consider the performance implications, the context-switch parser might 
be faster because it only looks for context-relevant switches, and it uses 
regexps lookups instead of progressing through the string char-by-char.

Original issue reported on code.google.com by t.br...@gmail.com on 23 Jun 2010 at 10:51