lib-ruby-parser 3.0.11

Ruby parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod constructors;
mod impl_clone;
mod impl_debug;
mod impl_partial_eq;
mod predicates;
mod variants;

pub(crate) fn codegen() {
    constructors::codegen();
    impl_clone::codegen();
    impl_debug::codegen();
    impl_partial_eq::codegen();
    predicates::codegen();
    variants::codegen();
}