yash icon indicating copy to clipboard operation
yash copied to clipboard

Yash not supporting indented lines in declaration section of flex.

Open SouravKB opened this issue 3 years ago • 0 comments

    #include <stdio.h> /* perfectly valid and recognized by flex scanner generator */
    /* but yash is giving 'No white spaces are allowed at the beginning of the line.' error */
%
%

Please fix this issue or provide a way to suppress this.

SouravKB avatar Dec 09 '22 07:12 SouravKB