Open
Description
There have been several mentions of "we should have something like https://github.com/lihaoyi/sourcecode in the standard library" but apparently no ticket. It has come up again in the context of scala/scala-dev#411.
What should the API look like? The full implicit machineray from sourcecode
or just a few methods that give you the key information?
The implementation itself is quite simple. We already have several fast-track macro implementations that are hardcoded in the compiler, so this could be done the same way.