this problem regards parser/scan.rs
having some problems for parsing of first line and lastline of a comment.
#file.memo
// comment
#output
[C('/'), C('t')] << this should not happened
the / and t before u8 10 "newline" seems to be detected and appeded into.
this suppose to be not detected.
this problem regards
parser/scan.rshaving some problems for parsing of first line and lastline of a comment.
the
/andtbeforeu8 10 "newline"seems to be detected and appeded into.this suppose to be not detected.