mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 14:44:41 +03:00
violet: initial implementation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Intel Corporation
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -106,6 +106,12 @@ public:
|
||||
ROSE_BOUND_INF);
|
||||
}
|
||||
|
||||
/* for when there is a suffix graph which handles the reports */
|
||||
static RoseInVertexProps makeAcceptEod() {
|
||||
return RoseInVertexProps(RIV_ACCEPT_EOD, ue2_literal(), 0,
|
||||
ROSE_BOUND_INF);
|
||||
}
|
||||
|
||||
static RoseInVertexProps makeStart(bool anchored) {
|
||||
DEBUG_PRINTF("making %s\n", anchored ? "anchored start" : "start");
|
||||
if (anchored) {
|
||||
|
||||
Reference in New Issue
Block a user