1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
--- source: src/re_compiler.rs expression: re_program.operation --- Sequence( Sequence { operations: [ Atom( Atom { atom: [ 'a', 'b', 'c', ], len: 3, }, ), EndProgram( EndProgram, ), ], }, )