regexper-static/src/js/parser/javascript/repeat_any.js
Jeff Avallone d2b96c7833 Adding code to render loop and skip paths for repetitions
This currently breaks the rendering and will need more work. Also need
to add labels for {a,b} syntax
2014-12-06 12:34:00 -05:00

10 lines
87 B
JavaScript

export default {
minimum() {
return 0;
},
maximum() {
return -1;
}
};