Crate dmntk_feel_grammar[][src]

Expand description

FEEL grammar and parsing tables generator.

Definition of FEEL grammar in Bison compatible format and parsing tables generator for LALR parser.

Functions

feel_grammar

Returns the text of the FEEL grammar in Bison format.

gen_script

Returns the text of the script that generates parsing tables for C language using Bison.

lalr_c_tables

Returns the text of the parsing tables for C language generated by Bison.

lalr_rust_tables

Returns the text of the parsing tables for Rust language extracted from parsing tables generated by Bison for `C’ language.