We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Looks like mindycomp's lexer incorrectly emitting symbol with a trailing '\r' to make_token function, result in unusable module.
mindycomp
make_token
step to reproduct:
mindycomp -ldylan strings.dylan
The result dbc file might be a bit bigger than the one that using Unix line-ending and cannot be load by mindy interpreter.
dbc
mindy
The bottom is the result from CRLF source file. The offending token is Dyland^M.
Dyland^M
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Looks like
mindycomp
's lexer incorrectly emitting symbol with a trailing '\r' tomake_token
function, result in unusable module.step to reproduct:
mindycomp -ldylan strings.dylan
The result
dbc
file might be a bit bigger than the one that using Unix line-ending and cannot be load bymindy
interpreter.The bottom is the result from CRLF source file. The offending token is
Dyland^M
.The text was updated successfully, but these errors were encountered: