rust/src/libsyntax/parse/lexer
Nick Cameron 6a2d2c9495 Adds a ProcMacro form of syntax extension
This commit adds syntax extension forms matching the types for procedural macros 2.0 (RFC #1566), these still require the usual syntax extension boiler plate, but this is a first step towards proper implementation and should be useful for macros 1.1 stuff too.

Supports both attribute-like and function-like macros.
2016-09-22 08:47:57 +12:00
..
comments.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
mod.rs Adds a ProcMacro form of syntax extension 2016-09-22 08:47:57 +12:00
unicode_chars.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00