ratel-core
ratel-core copied to clipboard
Document ratel::grammar::Statement::Transparent
Currently looking at converting ratel -> binast. What's ratel::grammar::Statement::Transparent?
It was a hack that I used to replace a single statement with multiple statements in the transformer. This became obsolete since 0.8 is using a linked list where adding statements is no longer a hassle.