[erlang-patches] Return end locations in erl_scan

Anthony Ramine n.oxyde@REDACTED
Sat Nov 10 16:28:30 CET 2012


Hi,

This branch adds a new option "end" to erl_scan. If set, it tracks and
returns end locations of each scanned token in their attributes as
`{'end', {EndLine, EndCol}}`.

    https://github.com/nox/otp/compare/scan-end-locations
    https://github.com/nox/otp/compare/scan-end-locations.patch

    git fetch https://github.com/nox/otp scan-end-locations

Regards,

-- 
Anthony Ramine



More information about the erlang-patches mailing list