Implemented T! macro for syntax kinds

This commit is contained in:
Sergey Parilin 2019-05-08 18:35:32 +03:00
parent ef782adc29
commit 57bb618fd3
6 changed files with 114 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#[macro_use]
mod generated;
use std::fmt;