rspg-macros 0.0.1-alpha.1

Macros for rspg
Documentation
# rspg - Rust Simple Parser Generator

![CI](https://github.com/linyinfeng/rspg/workflows/CI/badge.svg)

A simple **experimental** rust parser generator library for syntactic analysis learning.

## Status

- [x] Grammar
- [x] FIRST Set
- [x] FOLLOW Set
- [x] LR(1) Parser
- [x] LR(1) Table Generator
- [ ] Tests
- [ ] Documentation
- [x] Basic ability to use LR(1) parse result
- [x] rspg-macros
- [ ] ...