RegExpObject.lut.h \
StringPrototype.lut.h \
docs/bytecode.html \
+ RegExpJitTables.h \
#
# lookup tables for classes
docs/bytecode.html: make-bytecode-docs.pl Interpreter.cpp
perl $^ $@
+
+#character tables for Yarr
+RegExpJitTables.h: create_regex_tables
+ python $^ > $@