commit | bad5801cea74ada67b90184626acdd4461d4cce5 | [log] [tgz] |
---|---|---|
author | Michael Layzell <michael@thelayzells.com> | Wed May 24 20:42:52 2017 -0400 |
committer | Michael Layzell <michael@thelayzells.com> | Wed May 24 21:17:34 2017 -0400 |
tree | 84ff198a8f8f855a0528b90991d2d5edff6477af | |
parent | e14e8fd8720ef5a00ad1e34718ae9b751c037910 [diff] |
Correctly parse byte literals like b'a'
A small shim over the proc_macro
crate intended to multiplex the current stable interface (as of 2017-05-19) and the upcoming richer interface.
The upcoming support has features like:
My hope is that libraries ported to proc_macro2
will be trivial to port to the real proc_macro
crate once the support on nightly is stabilize.
This crate is still very much a work in progress
proc-macro2
is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.