clemos / try-haxe

A small webapp that allows to test Haxe online
https://try.haxe.org
MIT License
126 stars 41 forks source link

Unexpected enum #123

Closed tariqbenezza closed 7 years ago

tariqbenezza commented 7 years ago

When you try this script :

http://try.haxe.org/#17EA8

It returns an error.

I think that I have to update the isScript method and add the enum keyword

clemos commented 7 years ago

You're right. There is also abstract and typedef

clemos commented 7 years ago

I already added abstract: https://github.com/clemos/try-haxe/blob/master/src/api/Compiler.hx#L96

clemos commented 7 years ago

It's not online though. I'll release a new version tomorrow (hopefully)