On 5/10/16, 1:39 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>To make sure I understand: > >ExternC generates .as files which are then compiled to swcs by compc? > >What’s the purpose of running ExternC on js and outputting js? Wouldn’t >that just output the original files? ExternC parses most JS, including some JS not already formatted as GCC Externs. Normally it outputs AS. But sometimes we want it to output true GCC Externs because otherwise GCC will complain. Eventually, ExternC could parse any JS and be used to generate Externs. -Alex