SEATC 0.2.16 → 0.2.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e775d5d7be753d7e0ff1f219175dbe9215c61afa
4
- data.tar.gz: 06ea9e8c779ba2ac6cb6c7be60c7748e3925ce8c
3
+ metadata.gz: 79066f965ff3185f0ef42c1aaee5ff970bf6d25c
4
+ data.tar.gz: 33a48a58268e426eed7ae87026dda8f1541efccf
5
5
  SHA512:
6
- metadata.gz: 75b08e2b0e476f3635bf4bd7ef6ad72fc180de59df6b18b2cbce15be9a575791fbf2d76a403b595d3c029ee223d84e9437f641f30a9eaf8eb59e31581cee745a
7
- data.tar.gz: d5f0ec884af149bad199999bd79e54fbbe3ffee34edff5c5c7aaa6744f707c0696d3005d9485f0805ec4310d4212f06f0e6c9d0b8dc29c83fbf008a9577670ef
6
+ metadata.gz: ca76b4780be57c6b642fd50714d8b271551f8aea245422fbf46cc5cc329deaa3c62dc67387e89a62dd9595d2b87717c6d3e554f61b53e09f573df2105d121575
7
+ data.tar.gz: e75aa6a508e980068286c5b88bc6e33782d712a3a181e740f95e24f9e8c5c2c52c5ce7db1e2420f3671871d1a323a9c1bea99c7e2cc911a309ed5c7f2b74790a
@@ -51,9 +51,6 @@ class GrammarReader
51
51
  right = getRight(modified)
52
52
  while right[0] == "\t"
53
53
  right.slice! "\t"
54
- end
55
- if right.length > 2
56
- @error = PRODUCTION_ERROR
57
54
  end
58
55
  counter = counter + 4
59
56
  modified = lines[counter]
@@ -54,7 +54,7 @@ class RegularGrammar
54
54
  #returns the Hash containing the productions
55
55
  def createProductions(lines)
56
56
  productions = Hash.new
57
- if !lines[0].include? "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><!--Created with JFLAP 6.4.--><structure>&#13;"
57
+ if !lines[0].include? "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>"
58
58
  @errno = 1
59
59
  return productions
60
60
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SEATC
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ version: 0.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salvador Guerra Delgado