inaka / aleppo

Alternative Erlang Pre-Processor
MIT License
7 stars 5 forks source link

Remove OTP 18.0 warnings and fix location bug #11

Closed jfacorro closed 9 years ago

jfacorro commented 9 years ago

erl_scan:string/3 now returns a {location, {Line, Column}} token attribute instead of the {line, Line} and {column, Column} it used by default.