tree-sitter/src/compiler/rules
Max Brunsfeld 2df56f01c8 Remove public hidden symbol function
Now, you can't a particular occurrence of a symbol
in a grammar. You can only hide a symbol globally
(right now, by beginning its name with an underscore).
2014-03-25 08:16:26 -07:00
..
blank.cc Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
blank.h Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
built_in_symbols.cc Rename source files: .cpp -> .cc 2014-03-09 22:13:08 -07:00
built_in_symbols.h Make include guards pass cpplint 2014-03-09 22:05:24 -07:00
character_range.cc Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
character_range.h Make some implicit constructors explicit 2014-03-09 22:53:49 -07:00
character_set.cc Fix bug in character set intersection calculation 2014-03-24 19:17:25 -07:00
character_set.h Make some implicit constructors explicit 2014-03-09 22:53:49 -07:00
choice.cc Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
choice.h Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
pattern.cc Handle * quantifier in regex patterns 2014-03-22 20:08:11 -07:00
pattern.h Make some implicit constructors explicit 2014-03-09 22:53:49 -07:00
repeat.cc Fix some egregiously long lines 2014-03-09 23:58:25 -07:00
repeat.h Make some implicit constructors explicit 2014-03-09 22:53:49 -07:00
rule.cc Fix some egregiously long lines 2014-03-09 23:58:25 -07:00
rule.h Remove all non const reference parameters 2014-03-09 22:21:58 -07:00
rules.cc Remove public hidden symbol function 2014-03-25 08:16:26 -07:00
seq.cc Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
seq.h Remove all uses of 'using namespace' 2014-03-09 22:45:33 -07:00
string.cc Fix some egregiously long lines 2014-03-09 23:58:25 -07:00
string.h Make some implicit constructors explicit 2014-03-09 22:53:49 -07:00
symbol.cc Remove public hidden symbol function 2014-03-25 08:16:26 -07:00
symbol.h Remove public hidden symbol function 2014-03-25 08:16:26 -07:00
visitor.cc Remove spurious semicolons 2014-03-09 22:24:52 -07:00
visitor.h Remove all non const reference parameters 2014-03-09 22:21:58 -07:00