rbf 0.0.7.1 → 0.0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rbf/syntax.rb +14 -0
  2. metadata +2 -2
data/lib/rbf/syntax.rb CHANGED
@@ -40,6 +40,20 @@ module Syntax
40
40
  :while_start => '[',
41
41
  :while_end => ']'
42
42
  }
43
+
44
+ Trollscript = {
45
+ :forward => 'ooo',
46
+ :backward => 'ool',
47
+
48
+ :increase => 'olo',
49
+ :decrease => 'oll',
50
+
51
+ :output => 'loo',
52
+ :input => 'lol',
53
+
54
+ :while_start => 'llo',
55
+ :while_end => 'lll'
56
+ }
43
57
  end
44
58
 
45
59
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rbf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7.1
5
+ version: 0.0.7.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - meh.
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-26 00:00:00 Z
13
+ date: 2011-09-09 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: parslet