summaryrefslogtreecommitdiff
path: root/src/parse/token.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-02Parse - Rework hygiene (with spelling fix) for take 2John Hodge1-8/+0
2016-11-02All - Hack in start of macro hygine - requires rework so is disabledJohn Hodge1-1/+17
2016-10-22macro_rules - Hack to allow :ident and TOK_IDENT to match each otherJohn Hodge1-1/+1
2016-10-10Parse - Fix a few cases where tokens were copied instead of clonedJohn Hodge1-14/+1
2016-09-26Parse - Accept TOK_INTERPOLATED_ITEMJohn Hodge1-0/+4
2016-09-25Parse - Support method/field/qmark after blocks in statementsJohn Hodge1-1/+3
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-3/+29
2016-05-21All - Cleanup of memory leaks and similarJohn Hodge1-1/+1
2016-05-21Parse - Updates for better memory efficiency (hopefully)John Hodge1-0/+121