Simn / ts2hx

Typescript external definitions to haxe converter
80 stars 16 forks source link

Doesn't work with latest hxparse #4

Closed dpavicic closed 10 years ago

dpavicic commented 10 years ago

Hi, ts2hx doesn't work with latest hxparse. It fails with 'src/tshx/Parser.hx:6: lines 6-437 : Class not found : hxparse.LexerTokenSource'

Any suggestions how can I ts2hx make it work?

Thanks in advance, Dinko

Simn commented 10 years ago

You need the git version of hxparse.

dpavicic commented 10 years ago

Wow, that was one fast answer! Many thanks for help

Cheers