Closed mcheshkov closed 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?
string list * type_decl list
type_decl = type_def * pos
parseTypeDecls
Closed by https://github.com/Simn/haxeparser/pull/10/files
In haxe, source file is parsed to
string list * type_decl list
, wheretype_decl = type_def * pos
And haxeparser inparseTypeDecls
throw away that pos. Why so?