Skip to content

ql.mm grammar is broken #141

@digama0

Description

@digama0

Minimized example:

$c term wff |- ' = $.
$( $j syntax 'term' 'wff'; syntax '|-' as 'wff'; $)
$v a b ph $.
va $f term a $.
vb $f term b $.
wph $f wff ph $.
weq $a wff a = b $.
tc $a term a ' $.
ax $a |- a = a ' $.

There are no type conversions here, and I don't see what garden path I would need to supply here. The automaton looks like this:

grammar

which doesn't seem correct, it is missing a ' edge from node 6 to node 7.

cc: @tirix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions