tree-sitter/examples/grammars
Max Brunsfeld e93e254518 In lexer, prefer tokens to skipped separator characters
This was causing newlines in go and javascript to be parsed as
meaningless separator characters instead of statement terminators
2014-05-30 13:29:54 -07:00
..
arithmetic.cc Refactor grammar helper functions 2014-05-01 20:02:06 -07:00
golang.cc In lexer, prefer tokens to skipped separator characters 2014-05-30 13:29:54 -07:00
helpers.cc Fix parsing of empty strings in javascript and golang 2014-05-20 09:47:26 -07:00
helpers.h Add constructor calls, pre/postfix operators to js grammar 2014-05-04 13:36:19 -07:00
javascript.cc Remove unnecessary comment rule from JS grammar 2014-05-26 21:48:35 -07:00
json.cc Expand regex/string rules as part of grammar preparation 2014-05-19 20:54:59 -07:00