[erlang-patches] Print column numbers when compiling

Anthony Ramine n.oxyde@REDACTED
Wed Nov 13 14:00:52 CET 2013


Another branch that may interest you is parse-ranges, which uses scan-end-location to compute start and end locations of each node in the AST. I also have a work in progress branch which let epp also track any macro expansion and keep their respective locations.

-- 
Anthony Ramine

Le 13 nov. 2013 à 13:56, Anthony Ramine <n.oxyde@REDACTED> a écrit :

> See my scan-end-location branch :)
> 
> I also have an epp-read-lines branch which allows a tool builder to ask epp to print specific lines of parsed files.
> 
> Final objective is Clang-like diagnostics.
> 
> -- 
> Anthony Ramine
> 
> Le 13 nov. 2013 à 11:37, Thomas Järvstrand <tjarvstrand@REDACTED> a écrit :
> 
>> I just tried this patch out yesterday. I would like to ask why, if you're going to all this trouble, do you not also include information about the end of each token as well as the start? From a toolbuilder's perspective it would make this patch immensely more useful. Just a couple of examples would be when building Erlang backends for refactoring tools or context sensitive autocompletion in the editor.
> 




More information about the erlang-patches mailing list