You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When talking about filtering behavior, the actions ULOG, NFLOG, and LOG all behave equally: They only log (somehow) and do not influence the filtering behavior. The parser (tokenizer) should recognize them all as just LOG.
At the moment, the tool refuses analysis because it does not know the actions NFLOG and ULOG.
This needs to implemented both in the SML parser and the haskell tool. The parser tester needs test cases for this.
The text was updated successfully, but these errors were encountered:
When talking about filtering behavior, the actions
ULOG
,NFLOG
, andLOG
all behave equally: They only log (somehow) and do not influence the filtering behavior. The parser (tokenizer) should recognize them all as justLOG
.At the moment, the tool refuses analysis because it does not know the actions
NFLOG
andULOG
.This needs to implemented both in the SML parser and the haskell tool. The parser tester needs test cases for this.
The text was updated successfully, but these errors were encountered: