jmoiron plays the blues

forked code, Source Code for Go In Action examples
forked code, Source Code for Go In Action examples
forked code, Source Code for Go In Action examples
forked code, Source Code for Go In Action examples
9860dc11 to jigo start to formalize the grammar for expressions, literals, and types
33533492 to jigo start varaible block parsing
50f1b988 to jigo add parse_test, add skipComment and basic parser structure to the environment
7e24cc3c to dotfiles remove fuzzy_file_finder.rb
71314ef4 to dotfiles re-add ctrl-p not as a submodule
79f4ce8a to dotfiles get rid of submodule junk
98206301 to dotfiles remove the venerable fuzzyfinder textmate for ctrlp, add fatihs go syntax, update some settings in vimrc for macvim
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
0ac68d37 to dotfiles add more syntax to go.vim although i cant get it to work, fix go-link
5f2186d6 to jigo continue to pull parts of the text/template parser, discarding things like treeMap, funcs, and vars which dont apply to jinja
547068e5 to jigo note update/sync
5fd79de5 to jigo add some parser bits from text/template
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
fa8e0b99 to jigo some more advanced block lex tests