dtr_core 0.11.5 → 0.11.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebc443343136072701e718820ba746699118e60dfb4dcc4bd16496891982fb4b
4
- data.tar.gz: 97a0bd1cc0777a9533596ac7829657e310d92ae825601422800c4aa77b7b3063
3
+ metadata.gz: 4261112f3249ed413f9a8065a2dc93602e40080fa8c3d28b456f8dd60f202c0f
4
+ data.tar.gz: d2b68fdefecde0791897316c06bd491928339ebf36f9c3d0e59d3b3e8080443f
5
5
  SHA512:
6
- metadata.gz: 233a83f0e99800eaae0f27a080444136c0dee32a14164f3874ee6a3e356083cb3f7e1359ded50d720efd1e1a52c415dff175edecb649378ba7a13ee42aa29dca
7
- data.tar.gz: e211885adc685d177070e5d78039bd2c9c500aa89aa58b50b9df7196aa74a3460c915ab165a081c0104d4a97b99d48648a1485d9dc4a70a3470a282194b03173
6
+ metadata.gz: 12dcaa7d037cccdee8dfda8f0380a7e2eabddbc74b424b4a389667404b76b7a06d5c584ce13fff80f8b38daa27b714a4cc920c81b6cfd56b0a603699c52a87ce
7
+ data.tar.gz: ac6739d66254894faeac64e350b5842056adc4a648d920020d3ddbe3f1682f9aa74dc11ddfe695fc9aad1cf204ed5f056747de484facdc8122c29387b0afce90
@@ -30,8 +30,9 @@ module DTRCore
30
30
  when 'field', 'instantiate_object'
31
31
  validate_object_operation!
32
32
  when 'add', 'subtract', 'multiply', 'divide'
33
- validate_binary_operation!
34
- when 'increment'
33
+ # validate_binary_operation!
34
+ true
35
+ when 'increment', 'break'
35
36
  true
36
37
  else
37
38
  false
metadata CHANGED
@@ -1,22 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtr_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.5
4
+ version: 0.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Durst
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-14 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |+
14
14
  Ruby gem serving as the reference implementation for the parsing and consumption of Digicus Textual Representation (DTR). We expect folks to leverage this gem when writing Digicus compiler plugins.
15
15
 
16
- As an example of this, consider looking at:
17
-
18
- * Soroban Rust Backend
19
- * Digicus Web Backend]
16
+ As an example of this, consider looking at: (a) Soroban Rust Backend or (b) Digicus Web Backend.
20
17
 
21
18
  email:
22
19
  - me@robdurst.com