gen-text 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +8 -2
- metadata +2 -2
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Description
|
2
2
|
-----------
|
3
3
|
|
4
|
-
A generator of random texts
|
4
|
+
A generator of random texts from EBNF-like grammars.
|
5
5
|
|
6
6
|
Install
|
7
7
|
-------
|
@@ -48,6 +48,12 @@ Also you may omit the left part in the first rule:
|
|
48
48
|
|
49
49
|
nonterminal3 = expr3
|
50
50
|
|
51
|
+
You may use C++-like comments:
|
52
|
+
|
53
|
+
// A comment
|
54
|
+
|
55
|
+
/* Another comment */
|
56
|
+
|
51
57
|
### Expressions ###
|
52
58
|
|
53
59
|
You may use the following expressions in the rules' right part:
|
@@ -196,5 +202,5 @@ See them in "sample" directory.
|
|
196
202
|
Links
|
197
203
|
-----
|
198
204
|
|
199
|
-
- [Documentation](http://www.rubydoc.info/gems/gen-text/0.0.
|
205
|
+
- [Documentation](http://www.rubydoc.info/gems/gen-text/0.0.5)
|
200
206
|
- [Source code](https://github.com/LavirtheWhiolet/gen-text)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gen-text
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-06-
|
12
|
+
date: 2016-06-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: parse-framework
|