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
Trying to add new functionality and discovered this doesn't seem to work out of the box.
((infix.macros/from-string "10 * 5")) => 50 ((infix.macros/from-string "10 . 5")) Execution error (ParseException) at jasentaa.position/parse-exception-interop (position.cljc:45). Failed to parse text at line: 1, col: 4 10 . 5 ^
The text was updated successfully, but these errors were encountered:
I suspect the string parsing part does not understand that . is a valid operator whereas the macro part does
.
Sorry, something went wrong.
No branches or pull requests
Trying to add new functionality and discovered this doesn't seem to work out of the box.
The text was updated successfully, but these errors were encountered: