Skip to content

Commit

Permalink
Support OP_REPEAT and OP_REPEAT_INC
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust authored and mame committed Nov 9, 2022
1 parent ea3d989 commit f25bb29
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 43 deletions.
2 changes: 2 additions & 0 deletions include/ruby/onigmo.h
Expand Up @@ -744,6 +744,8 @@ typedef struct {
typedef struct {
int lower;
int upper;
int base_num;
int inner_num;
} OnigRepeatRange;

typedef void (*OnigWarnFunc)(const char* s);
Expand Down

0 comments on commit f25bb29

Please sign in to comment.