commit | 9ee75c96e4b511a35c9388d2682be77ed63593d6 | [log] [tgz] |
---|---|---|
author | Michael Layzell <michael@thelayzells.com> | Wed May 31 19:44:26 2017 -0400 |
committer | Michael Layzell <michael@thelayzells.com> | Wed May 31 19:45:33 2017 -0400 |
tree | 07ce51490737c3700755260367d8ad35f053fc2a | |
parent | 2d0cf0bcc36d578f55e3e2a8ea71fb147921ef85 [diff] |
Don't check integer literals for overflow when parsing Fixes #6
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.