Open Yoric opened 6 years ago
Currently looking at converting ratel -> binast. What's ratel::grammar::Statement::Transparent?
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.
Currently looking at converting ratel -> binast. What's
ratel::grammar::Statement::Transparent
?