parser comments

This commit is contained in:
John Clements 2013-05-14 11:26:38 -07:00
parent b24b453e4a
commit e99657c7e7

View File

@ -72,7 +72,8 @@ pub enum SyntaxContext_ {
IllegalCtxt()
}
// a name represents an identifier
// a name is a part of an identifier, representing a string
// or gensym. It's the result of interning.
pub type Name = uint;
// a mark represents a unique id associated
// with a macro expansion