Skip to content

Ambiguous grammar #7

Description

@Kerl13

In the current grammar, "cos(x)/2" can be reduced the following two ways

  1. Frac (cos ( x )) (2)
  2. cos, Frac (( x )) (2)
    The official asciimath parser seems to chose the first option whereas this one chose the second…

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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