Top Prev Next Up Down

The type RE_Elem

RE_Elem is a tree like structure with nodes. When the compiler in package Y2018-Text-Jets-Compiler compiles the regular expression the result is a linked list with nodes of type RE_Elem, in this paper this is called the ‘syntax tree’. After the compilation the syntax tree is cleaned up and and nodes marked as only in the translation are converted to REQ_CLASS nodes.

The fixed part of RE_Elem

The variable part consists of one of