Closed ZichaoNickFox closed 10 months ago
Hello. I am not sure my change is suitable, and my understand is right.
Why alexGetByte :: AlexInput -> Maybe (Char, AlexInput)
can fetch Char
as document said.
While template needs alexGetByte
returns Just (Integral, AlexInput)
as follow.
I fixed the missing import Data.Char (chr)
and added testing for --debug
to the testsuite.
Adding char after char order. For improving debug experience.