-
Currently, there are several issues concerning checking duplicated terminals, alternatives and non-terminals. To check duplicates, we need a procedure to check whether two things compare equal. But wi…
-
The man page reads:
> It's also possible to bind a command to a sequence of keys:
> a-b-c show-text "command run after a, b, c have been pressed"
>
> (This is not shown in the general command syntax…
-
### Is your feature request related to a problem? Please describe.
Currently it uses the earliest date for Historical Low. For example for [NieR:Automata](https://store.steampowered.com/app/524220/Ni…
-
I think Aexels seems really interesting, but unfortunately I don't own any Apple devices and the documentation that you have is pretty scant. I'd be interested in reading a more detailed description o…
-
Taking into account a rule is a `dtype="uint8"` (generating a maximum of 256 possible states), the following combinations produce the following rule sizes:
- ndim=1, r=1, states=2 --> `rule.shape==…
-
### Steps To Reproduce
Automata throw `ValueError: State does not belong to a finite state machine` when processing a word if at some point a `transition.to_state` is an instance of `FSMState` which…
-
The original issue is from #93.
It will be great if this feature is supported!
-
The example [multivar_true-unreach-call1.graphml](https://github.com/sosy-lab/sv-witnesses/blob/master/multivar_true-unreach-call1.graphml) for a correctness witness in this repository contains contro…
-
Hi,
Does any cmake file exist that I can use to build this project in IDEs like Clion?
-
So parsing C++ is supposed to be Evil because the problem of parsing C++'s grammar is actually undecidable, probably with respect to deterministic finite automata, since there are forms that are exact…