parser comments
This commit is contained in:
parent
b24b453e4a
commit
e99657c7e7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue