pm-lexer 0.1.1

This is a sample lexer using the proc-macro crate, to be used in the pomelo testings
Documentation
[package]
name = "pm-lexer"
version = "0.1.1"
edition = "2018"
license = "MIT OR Apache-2.0"
authors = ["Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>"]
description = "This is a sample lexer using the proc-macro crate, to be used in the pomelo testings"
repository = "https://github.com/rodrigorc/pomelo"

[dependencies]
quote = "0.6"
proc-macro2 = "0.4"