atscript-playground
atscript-playground copied to clipboard
A repo to play with AtScript.
[](https://reviewable.io/reviews/angular/atscript-playground/14)
Add a missing option to the traceur compiler in order to play with all atScript functionalities. [](https://reviewable.io/reviews/angular/atscript-playground/11)
[](https://reviewable.io/reviews/angular/atscript-playground/10)
Tried very simple example: ``` typescript class Point { x:int; y:int; } ``` And it doesn't seem to work. Throws: ``` Error: main.ats:2:4: Unexpected token : main.ats:2:8: Unexpected token ;...
Would be great to have ability to play with AtScript in browser without downloading/installing/building anything. This is available for [TypeScript](http://www.typescriptlang.org/Playground), [JSX](http://facebook.github.io/react/jsx-compiler.html), [CoffeeScript](http://coffeescript.org/), why not to create one for AtScript?