Jun 16th update

This commit is contained in:
noam
2023-01-17 11:34:09 +02:00
parent 90bcc544a2
commit ad04b8d063
168 changed files with 64034 additions and 932 deletions

View File

@@ -18,11 +18,9 @@
#include <algorithm>
#include "kiss_patterns.h"
#include "kiss_thin_nfa_impl.h"
#include "sasal.h"
using namespace std;
SASAL_START // Multiple Pattern Matcher
USE_DEBUG_FLAG(D_PM_COMP);
USE_DEBUG_FLAG(D_PM_EXEC);
USE_DEBUG_FLAG(D_PM);
@@ -162,4 +160,3 @@ PMPattern::operator==(const PMPattern &other) const
match_start == other.match_start &&
match_end == other.match_end;
}
SASAL_END