1
Fork 0
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
This commit is contained in:
Brian Anderson 2011-08-19 15:16:48 -07:00
parent 4aa165553b
commit 518dc52f85
642 changed files with 6755 additions and 7354 deletions

View file

@ -15,4 +15,4 @@ fn test_tag() {
assert (rs == happy);
}
fn main() { test_rec(); test_tag(); }
fn main() { test_rec(); test_tag(); }