rspg 0.0.1-alpha.1

Simple parser generator library
Documentation

rspg - Rust Simple Parser Generator

CI

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

Status

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