ascode 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eaa606bcb4f15cc3930993c1566508f4290fa1c5da467cb42e44f64dd9474ab0
4
- data.tar.gz: e204b99b2d0a58deb41ab1e24865a40d8ae44695d4c17fe2543bcfc8f10bff77
3
+ metadata.gz: 2e4dad30f3c635d048e0a0c55998dced7d3b19ef3493207935f729ff17a977ca
4
+ data.tar.gz: e6165cc228e8e8d520c1915ffe05cf478546dd9b75a55768e51e240a618177dd
5
5
  SHA512:
6
- metadata.gz: f2d7e14a2eeb7ac04e87ed4a7da765acfd8760b7a3df7d9f7137c8c01dc2782eab5742f784c3a05d2974b55cb7a11cc7b51234ac57299fc3e4a38c25f9394099
7
- data.tar.gz: b78c0b95a34e495827808313a2b0eb1fe41b5c3de50367b7d8a16675080af14b80b05c435bfc28353aeafd8982933019caa61df64779cc3f45cc8388948c8108
6
+ metadata.gz: 055abbb6b5491616412ceb47abeb9734dc271f37c4cc11a1aed43477053f3e1c8c6a51a97cb1804568baeee096e824090eead4c6f327d014927766f6c24f44d2
7
+ data.tar.gz: 8e4582ac30a1d020e0a7875d2911f7b4959802b8b5e51f1a26180c27ec1529de7c9d35e18c6342344241759f2e3d2581d08bda9525ffb0cf889f09671369e8a7
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  > In active development, so behavior may be changed without prior notice.
6
6
 
7
7
  - [Getting Started](#getting-started)
8
+ - [Examples](#examples)
8
9
  - [Features](#features)
9
10
 
10
11
  ### Getting Started
@@ -20,16 +21,22 @@ gem install ascode
20
21
  > Function reference is available in [`lib/ascode/functions.md
21
22
  `](https://github.com/sudoio/ascode/blob/master/lib/ascode/functions.md).
22
23
 
24
+ ```bash
25
+ ascode 'your code here'
26
+ ```
27
+
28
+ ### Examples
29
+
23
30
  ```bash
24
31
  $ ascode '"Number: "Oe["Even":"Odd"]O'
25
32
  Number: 10
26
33
  Even
27
34
  ```
35
+
28
36
  ```bash
29
- $ ascode '"A: "OI"B: "OIS>["A > B":"A <= B"]O'
30
- A: 10
31
- B: 5
32
- A > B
37
+ $ ascode 'D1+*2S/' # or '2ID1+*/'
38
+ 100
39
+ 5050
33
40
  ```
34
41
 
35
42
  ### Features
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ascode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Varaksa