vhdl_tb 0.7.3 → 0.7.4

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
  SHA256:
3
- metadata.gz: 81c76d1fd182c78ed0f29b173882ae0291ae341d0ab757c7e44b22467ac0ba17
4
- data.tar.gz: 73cdef50d0d39193ea55ac6b417c1e4ab1d98562cb89b1b092a8a1a93307f78c
3
+ metadata.gz: d78200943aaf8744c95b194fd2fccce7c4cbc8092b23e80937b6efb7ebbcd515
4
+ data.tar.gz: 6fa149621d6e8cb5b9339ad2e8636125038d5a11f3fbbfb440400db1afcd955a
5
5
  SHA512:
6
- metadata.gz: 679a44ac745abab44d37418824d85b1c906ef573de0b534b75fd829235481827f0c5a2ed7e2d82cfa5e88c7725d322710b1a71b2ae793660bfdaf8479e507bac
7
- data.tar.gz: 9570f797d11c739363a75e0ce304a4d77b32cb8f59155b29622dfa8e9b61afee1eb0fb7dea7c8730068b2a9f2c81c3d455566e5ef81da4af9f1caaef21b9a2c7
6
+ metadata.gz: 3ccf214ca7ab4c3980479641574ea0404eeb7658f0030367c1c45e5d2266b52576fd0921a8d28c18b5997e48526ce6402b7b884a31d58f2aaf3195181b14b1df
7
+ data.tar.gz: 23a59cd977c989cc2ddaf82f642b8d235240b34c1fdf49baf9413d95bce68feadcaa5898903e28a82ab945fddd0a403698aabeda6ff238afbeee30d7e3746bcb
@@ -53,10 +53,10 @@ class GenericLexer
53
53
  def tokenize code
54
54
  open(code)
55
55
  tokens=[]
56
- #tokens << next_token() while not @ssc.eos?
57
- while not @ssc.eos?
58
- tokens << (p next_token)
59
- end #usefull for debug
56
+ tokens << next_token() while not @ssc.eos?
57
+ # while not @ssc.eos?
58
+ # tokens << (p next_token)
59
+ # end #usefull for debug
60
60
  tokens
61
61
  end
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module VHDL_TB
2
- VERSION="0.7.3"
2
+ VERSION="0.7.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vhdl_tb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Christophe Le Lann