about summary refs log tree commit diff
path: root/src/test/run-pass/macro-by-example-1.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-2/+2
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-5/+3
2011-07-22Implement Macro By Example.Paul Stansifer-0/+9