commit | 92704eb56033b5de311ca70c75f61e34def2c620 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Aug 27 10:59:46 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Aug 27 10:59:46 2021 +0200 |
tree | 13f90e53dc77720fc14991394e3a10f829bb8352 | |
parent | 4fa28b385a8b36542cc4084fe6af710dab640feb [diff] [blame] |
Ignore tokenend accepting transitions
diff --git a/datokenizer.go b/datokenizer.go index 8fb3d19..f455ec3 100644 --- a/datokenizer.go +++ b/datokenizer.go
@@ -348,6 +348,9 @@ ")") return nil } + } else if inSym == tok.tokenend { + // Ignore tokenend accepting arcs + continue } else if inSym == tok.epsilon { log.Println("General epsilon transitions are not supported") return nil