Decent error reporting (for example, in a parser, a compiler, ...) typically involves collecting locations, in order to indicate to the user the position of an error in the source file. This library provides functions to format such locations.

WWW: https://github.com/Armael/pp_loc
