Skip to content

Dot multiplication fails to parse #38

Description

@dsbw

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
   ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions