lwb-parser

Crates.iolwb-parser
lib.rslwb-parser
version0.1.7
sourcesrc
created_at2022-07-03 20:51:46.780174
updated_at2022-07-10 19:22:58.865086
descriptionparser framwork with automatically generated ASTs for the LWB project
homepage
repository
max_upload_size
id618554
size353,118
Jonathan Dönszelmann (jdonszelmann)

documentation

README

Github Workflows

LWB parser

A standalone version of the parser of rust-lwb. Rust-lwb is actually not released yet on its own (and may never be) but the parser is quite useful already

This is a project inspired by the TU Delft programming languages group's project called spoofax.

The parser will read a definition of your syntax, and generate an AST plus the code to fill the AST from strings for you.

You can find documentation for it here

License

Licensed under the MIT License

Commit count: 0

cargo fmt