Andrew Johnson

Results 5 issues of Andrew Johnson

**Is your feature request related to a problem? Please describe.** Schubert's Steamroller was an early auto proof. [A clear and concise description of what the problem is. Ex. I'm always...

**Is your feature request related to a problem? Please describe.** Rust has a nice new DFA library, we should use it. **Describe the solution you'd like** L1DFA has operations like...

enhancement
parser
checker

**Describe the bug** There is a lot of FIXME commented code in the test suite. **To Reproduce** grep "FIXME" tests/* **Expected behavior** No FIXMEs

bug
documentation
parser
checker
prelude
performance
backend
testing

**Is your feature request related to a problem? Please describe.** It would be nice for CFG types to allow both left and right recursion. To support this, DFAs must be...

parser
checker
backend

**Is your feature request related to a problem? Please describe.** Hints may need to be parameterized to prove a goal. This parameter should be a single term so that hints...

enhancement
parser
checker