nfa2dfa 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/automaton +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a1df1c1e72a66201ab7741e40328598987393f2
|
4
|
+
data.tar.gz: fa812cdcc9f377837afdefc4cadc187c477b3650
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c04c4f4fe576aa5c09d74da05e4e829899f1c516532ae30b7f5a0329fb211cce87dbb3d42ddc988d635be204952c9ef6aaca877f83345a52371001ee5f7beadd
|
7
|
+
data.tar.gz: f2a543147babbcc46a52968923bb976b0cffa17a83f367ba0f5f4ac15793c438e68427439da7f0f7a4316a3a63513837f87de7915ad913274e0df9c075a755f1
|
data/bin/automaton
CHANGED
@@ -7,7 +7,7 @@ program :version, '0.0.1'
|
|
7
7
|
program :description, 'Controller of automaton'
|
8
8
|
program :name, 'automaton'
|
9
9
|
|
10
|
-
command :
|
10
|
+
command :create_deterministic do |c|
|
11
11
|
c.syntax = 'automaton create_finite [options]'
|
12
12
|
c.description = 'Creates determined automaton from file and writes it into "<input_file>.determined"'
|
13
13
|
c.action do |args|
|