parser comments
This commit is contained in:
@@ -72,7 +72,8 @@ pub enum SyntaxContext_ {
|
|||||||
IllegalCtxt()
|
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;
|
pub type Name = uint;
|
||||||
// a mark represents a unique id associated
|
// a mark represents a unique id associated
|
||||||
// with a macro expansion
|
// with a macro expansion
|
||||||
|
|||||||
Reference in New Issue
Block a user