Running atscc2js in the browser

Now atscc2js (which compiles the C code generated from ATS source into
JavaScript) can be run inside the browser:

https://ats-lang.github.io/EXPERIMENT/test_libatscc2js/test_libatscc2js.html

This means that all the major steps needed for compiling ATS to JS inside
the
browser are done. We just need to build a nice web presentation for it.

Cheers!

Here is a WebWorker-based version:

http://ats-lang.github.io/EXPERIMENT/test_libatscc2js/wktest_libatscc2js.htmlOn Tuesday, November 3, 2015 at 7:47:33 AM UTC-5, gmhwxi wrote:

Now atscc2js (which compiles the C code generated from ATS source into
JavaScript) can be run inside the browser:

test_libatscc2js

This means that all the major steps needed for compiling ATS to JS inside
the
browser are done. We just need to build a nice web presentation for it.

Cheers!