jmoiron plays the blues

9860dc11 to jigo start to formalize the grammar for expressions, literals, and types
50f1b988 to jigo add parse_test, add skipComment and basic parser structure to the environment
forked gocode, An autocompletion daemon for the Go programming language
forked gocode, An autocompletion daemon for the Go programming language
forked gocode, An autocompletion daemon for the Go programming language
jmoiron/dotfiles 9820630 remove the venerable fuzzyfinder textmate for ctrlp, add fatihs go syntax, update some settings in vimrc for macvim
5f2186d6 to jigo continue to pull parts of the text/template parser, discarding things like treeMap, funcs, and vars which dont apply to jinja
3d592716 to jigo add ast and parse.go stubs based on text/template parsing
c461e112 to jigo add lots more tests, clean up tests a bit with tn and tt shortcuts, report delim balancing errors in the lexer, fix a potential issue where delims clash with the block delims
d8eb6b4b to jigo lexing names, bools, many arithmetic tokens