-
Trying to run `shards install` on my `shard.yml` fails when I have the `crystal-dfa` added as a dependency.
**shard.yml**:
```yaml
# Default config...
dependencies:
crystal-dfa:
github: …
-
Hi, I've run simple benchmark for cloudflare and your implementations:
```Go
var (
patterns = []string{"field1", "field2", "field3", "field4", "field5", "field6", "field7", "field8", "field9", "…
-
This would improve performance, as no utf8 decoding is necessary.
This is what re2 does too.
-
luther-derive currently uses the redfa crate, but that crate doesn't support (and can't easily be extended to support) the character sets extension in section 4.2 of Scott Owens et al. _Regular Expres…
-
It consumes characters one by one, and after each character increments some of 18 counters, each corresponding to number of occurrences of individual power phrases.
I expect this automaton to have no…
-
This is the code:
```
y
-
For each formalized proof within the embedded DSL, we should include the syntactic proofs as they appear internal to the type theory.
We can either include these as comments; or, perhaps preferabl…
-
During dev. of NFA to DFA unexpoectedly has been found problems of NFA format.
It should be like this:
```
nfa_test = {
'start': {'0': {'A'}, '1': {'B'}},
'A': {'0': {'A'}, '1': {'B'}},…
-
-
**Is your feature request related to a problem? Please describe.**
After #7 the compiler no longer necessarily outputs a minimal DFA. It's still a correct DFA, just not minimal.
**Describe the sol…