Instead of: https://github.com/AAAI-DISIM-UnivAQ/DALI/blob/eb30e1d2f5f84c2449e45bcd4f2180111975e01b/src/tokefun.pl#L142 you can simply write: ```prolog numero(D) --> [D], {0'0 =< D, D =< 0'9}. ``` There are other similar cases in the code where list of codes are compared instead of comparing the codes directly.
Instead of:
DALI/src/tokefun.pl
Line 142 in eb30e1d
you can simply write:
There are other similar cases in the code where list of codes are compared instead of comparing the codes directly.