perplex-runtime

Crates.ioperplex-runtime
lib.rsperplex-runtime
version0.1.1
sourcesrc
created_at2018-08-11 20:12:50.287889
updated_at2018-08-13 09:22:14.139593
descriptionRuntime library for parsers generated by perplex.
homepage
repositoryhttps://github.com/fabianschuiki/perplex
max_upload_size
id79031
size9,168
Fabian Schuiki (fabianschuiki)

documentation

https://docs.rs/perplex-runtime

README

perplex

This is perplex, a grammar analyzer and parser generator for almost-context-free languages.

Related Work

Todo

  • item set generation
  • item set merging/compression
  • conflict reporting
  • state space computation
  • GLR analysis with recursive rules
  • separate extended grammar with symbol groups, optional symbols, repetitions
  • generalization to CFG, tiered parsing
  • location and span tracking
  • automated AST synthesis

License

Perplex is licensed under the terms of the MIT license and the Apache License (Version 2.0), at your discretion. See LICENSE-MIT and LICENSE-APACHE for details.

Commit count: 170

cargo fmt