davidbien / lexang

Lexical Analyzer Generator Template Library
Boost Software License 1.0
0 stars 0 forks source link

Must test that the set of triggers potentially accessible by a token is exactly equal to the set of triggers eaten by that token. #7

Open davidbien opened 3 years ago

davidbien commented 3 years ago

Otherwise we will have bogosity. We will either always have triggers that are null within a token (if the token references triggers that cannot possibly fire), or have triggers that aren't cleared of data since the token must "eat" a trigger to clear it of data.