joshsh / ripple

Semantic Web scripting language
Other
102 stars 9 forks source link

35 - make application operators tolerant of white space #35

Open joshsh opened 13 years ago

joshsh commented 13 years ago
This works:
    :timbl >> foaf:knows {2}>>.
but this doesn't:
    :timbl >> foaf:knows {2} >>.
and it probably should.  Allow white space between the quantifier portion
of application operators and the directional portion.


Original link: http://code.google.com/p/ripple/issues/detail?id=35