clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

Parsing error single line functions with <= operator #246

Closed boblucas closed 9 years ago

boblucas commented 9 years ago

This doesn't parse properly:

class Foo
{
     function bar() return a <= b;
}

The problem can clearly be seen appending something like this:

class Foo2<T> {}