jelmer / makefile-lossless

Lossless makefile parser
6 stars 3 forks source link

ParseError isn't accessible. #13

Closed xiyuzhai closed 1 day ago

xiyuzhai commented 1 day ago

I would like to use this in my own makefile util crate that extends the crate.

(I want to count any spaces at the beginning of a line as error, which isn't included in this crate right now (version 0.1.4))

Thanks a lot.

xiyuzhai commented 1 day ago

That's fast. Thanks a lot.