selfml 0.0.2 → 0.0.3

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.
data/README.markdown CHANGED
@@ -25,7 +25,6 @@ puts document.to_s # SelfML::AST::Document.to_s
25
25
  ## Documentation
26
26
 
27
27
  http://rubydoc.info/github/locks/self-ml/master/frames
28
- >>>>>>> a6ce4d603a05e3316a992dd58cb720175a9700d1
29
28
 
30
29
  ## How to Contribute
31
30
 
@@ -40,8 +39,7 @@ http://rubydoc.info/github/locks/self-ml/master/frames
40
39
 
41
40
  ## TO DO
42
41
 
43
- * clean up the API
44
- * gemify this bastard
42
+ See issue tracker.
45
43
 
46
44
  ## Credits
47
45
 
@@ -40,8 +40,8 @@ module SelfML
40
40
  rule(:ticks => simple(:s)) { "`" }
41
41
 
42
42
  rule(:brackets => sequence(:b)) { StringNode.new(b.reduce :+) }
43
- rule(:nested => simple(:n)) { StringNode.new(n) }
44
- rule(:nested => sequence(:n)) { StringNode.new(n.reduce :+) }
43
+ rule(:nested => simple(:n)) { StringNode.new(n) }
44
+ rule(:nested => sequence(:n)) { "[" + StringNode.new(n.reduce :+) + "]" }
45
45
 
46
46
  rule(:text => simple(:t)) { StringNode.new(t) }
47
47
  end
@@ -1,3 +1,3 @@
1
1
  module SelfML
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selfml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: