Andrew Johnson

Results 106 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

**Is your feature request related to a problem? Please describe.** LSTS should be a frontend for LM. **Describe the solution you'd like** LM should be a frontend for LM.

high priority

With typed fragments this Term case is no longer necessary.

``` (: y Sized). ( x ) ``` needs an error to indicate that an ascripted type is expected ``` (: x L) ```

Now branch conditionals can handle Boolean values correctly.