Switches cljs.analyzer to use tools.reader, so we can get more accurate column location for symbols, prepping for more fleshed-out source maps.
CLJS master
Excellent, we need two more things in this patch, can you update bootstrap.sh and the POM file? Thanks.
Updated with POM information and bootstrap update
CA's been processed and I'm listed on the contributing page, so shouldn't be blocked by that any longer.
I tried applying this patch and rerunning the bootstrap script. This works but when I try to run script/test I get an error about the tools.reader not being on the classpath. Even trying to require tools.reader at via the repl doesn't work for me.