public
Description: a Scheme written in Ruby, but implemented on the bus!
Homepage: http://bus-scheme.rubyforge.org
Clone URL: git://github.com/technomancy/bus-scheme.git
added a note
technomancy (author)
Thu Mar 20 08:51:24 -0700 2008
commit  4e38f91328b42953a2cf9a2fb94913d613b0d24a
tree    f11b97526ad10915cffd7f90f5a44999a43efc02
parent  71bc433df48e4ae5f787e10bd6fd2594c3a4ab07
...
90
91
92
 
93
94
95
...
90
91
92
93
94
95
96
0
@@ -90,6 +90,7 @@ module BusScheme
0
               # when /\A([^-0-9\. \n\)][^ \n\)]*)/
0
             when /\A#\\(.)/ # Character literal
0
               char = Regexp.last_match[1]
0
+ # TODO: generalize this. shouldn't be littered with literal numbers
0
               input[0 ... 2] = ''
0
               if input[0 ... 5] == 'space'
0
                 input[0 ... 5] = ''

Comments

    No one has commented yet.