/** -> ///
This is considered good convention.
This commit is contained in:
parent
689ef2dabf
commit
f38e4e6d97
45 changed files with 1361 additions and 1658 deletions
|
|
@ -17,16 +17,12 @@ use parse::token::*;
|
|||
use parse::token;
|
||||
use ptr::P;
|
||||
|
||||
/**
|
||||
*
|
||||
* Quasiquoting works via token trees.
|
||||
*
|
||||
* This is registered as a set of expression syntax extension called quote!
|
||||
* that lifts its argument token-tree to an AST representing the
|
||||
* construction of the same token tree, with token::SubstNt interpreted
|
||||
* as antiquotes (splices).
|
||||
*
|
||||
*/
|
||||
//! Quasiquoting works via token trees.
|
||||
//!
|
||||
//! This is registered as a set of expression syntax extension called quote!
|
||||
//! that lifts its argument token-tree to an AST representing the
|
||||
//! construction of the same token tree, with token::SubstNt interpreted
|
||||
//! as antiquotes (splices).
|
||||
|
||||
pub mod rt {
|
||||
use ast;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue