|
|
#include "rrex3.h"
|
|
#include "rtest.h"
|
|
|
|
int main() {
|
|
printf("Testing rrex3 regular expression parser.");
|
|
rrex3_test();
|
|
return 0;
|
|
// return rtest_end("");
|
|
}
|
|
|
#include "rrex3.h"
|
|
#include "rtest.h"
|
|
|
|
int main() {
|
|
printf("Testing rrex3 regular expression parser.");
|
|
rrex3_test();
|
|
return 0;
|
|
// return rtest_end("");
|
|
}
|