HaxeCheckstyle / haxeparser

A Haxe parser for Haxe
61 stars 23 forks source link

Why parseTypeDecls returns Array<TypeDef>, not Array<TypeDecl> #9

Closed mcheshkov closed 10 years ago

mcheshkov commented 10 years ago

In haxe, source file is parsed to string list * type_decl list, where type_decl = type_def * pos And haxeparser in parseTypeDecls throw away that pos. Why so?

Simn commented 10 years ago

Closed by https://github.com/Simn/haxeparser/pull/10/files