printj/bits/regex.js

8 lines
163 B
JavaScript
Raw Normal View History

2016-09-19 06:33:23 +00:00
#include "00_header.js"
#include "12_regexp.js"
#define USE_REGEX
#include "10_tokenize.js"
#include "50_doit.js"
#include "80_wrapper.js"
#include "99_footer.js"