asmrb 0.0.2.6.1.7 → 0.0.2.6.1.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/asmrb.rb +39 -39
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a31c679f3270d1b696aa42d53bbe503f7365534
4
- data.tar.gz: 8e49fbe0da1b1ffff62ef5ff101029a91a129e1a
3
+ metadata.gz: 6b206f0b382ffa2ab511a342452fa387fa77e542
4
+ data.tar.gz: 3161af6af87ac4264de6fb8d00172f0c7a3471dd
5
5
  SHA512:
6
- metadata.gz: c2ea67ec5870af0c5a355cc9ed02e7dbce0379be1529cbf1a8e44c44bf481f1cd0199276f8284fe8786c36e472dce4feaa4d664b1326fdcb5196fcef53b3a5d3
7
- data.tar.gz: 07eb3305d4be92cf73c188d1917801930141104f52c71ec54c1cba12d949acd81432123d2295653a99425eba9588af3526670700bb0a2e8da4d290bbc85f66f5
6
+ metadata.gz: 522e99187befd8c7a1c336dc27bda590f1e6cd80a831815d6c83a309fbd475f7ff0c772be60b5450a7221753f68e1466be11624995b986eef816deb9fc4a9ec5
7
+ data.tar.gz: abb44dd72d582f5323132c9661f9a12d6b83cc1829dec40f9fc83b09a870d8904cff61fa810eaa8f643973524ec6448b64275de653c7bae09d2f933917d19124
data/lib/asmrb.rb CHANGED
@@ -430,44 +430,44 @@ class Asmrb
430
430
  end
431
431
  end
432
432
 
433
- x = Asmrb.new do
434
- fun :play
435
- arg :toy
436
- psh :toy
437
- cal :puts
433
+ # x = Asmrb.new do
434
+ # fun :play
435
+ # arg :toy
436
+ # psh :toy
437
+ # cal :puts
438
438
 
439
- blo :after_print
440
- psh :times
441
- jnl :init_timer
442
-
443
- blo :append
444
- inv :times, :to_s
445
- psh "X"
446
- add
447
- cal :puts
448
-
449
- blo :count
450
- psh :times
451
- psh 1
452
- add
453
- lea :times
454
- psh :times
455
- psh 10
456
- cmp
457
- jeq :final
458
- psh "__"
459
- rec
460
-
461
- blo :final
462
- psh :times
463
- ret
464
-
465
- blo :init_timer
466
- psh 0
467
- lea :times
468
- jmp :append
469
- end
470
-
471
- x.is_debug = true
472
- x.partition
439
+ # blo :after_print
440
+ # psh :times
441
+ # jnl :init_timer
442
+
443
+ # blo :append
444
+ # inv :times, :to_s
445
+ # psh "X"
446
+ # add
447
+ # cal :puts
448
+
449
+ # blo :count
450
+ # psh :times
451
+ # psh 1
452
+ # add
453
+ # lea :times
454
+ # psh :times
455
+ # psh 10
456
+ # cmp
457
+ # jeq :final
458
+ # psh "__"
459
+ # rec
460
+
461
+ # blo :final
462
+ # psh :times
463
+ # ret
464
+
465
+ # blo :init_timer
466
+ # psh 0
467
+ # lea :times
468
+ # jmp :append
469
+ # end
470
+
471
+ #x.is_debug = true
472
+ #x.partition
473
473
  #x.invoke "I'm The Trung, here we go:"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asmrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.6.1.7
4
+ version: 0.0.2.6.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Trung