Alex Crichton
ecdb19cc98
rollup merge of #18257 : globin/master
2014-10-27 12:53:02 -07:00
Brendan Zabarauskas
dfb4163f83
Use standard capitalisation for TokenTree variants
2014-10-26 09:53:30 +11:00
Brendan Zabarauskas
ec3f0201e7
Rename TokenTree variants for clarity
...
This should be clearer, and fits in better with the `TTNonterminal` variant.
Renames:
- `TTTok` -> `TTToken`
- `TTDelim` -> `TTDelimited`
- `TTSeq` -> `TTSequence`
2014-10-26 09:53:29 +11:00
Robin Gloster
0b8bd6f667
plugin-guide: nicer creation of the parser
2014-10-23 17:21:24 +02:00
Keegan McAllister
61bf75bb5e
Add a guide to compiler plugins
...
Fixes #16983 .
2014-10-01 13:21:52 -07:00