minor webpage updates

This commit is contained in:
Donald Ephraim Curtis 2012-01-22 15:31:28 -06:00
parent 037db44c56
commit 4e28dc9b83

View file

@ -11,7 +11,7 @@
<% <%
def parse str def parse str
# credit to: http://stackoverflow.com/q/3128406/154508 # credit to: http://stackoverflow.com/q/3128406/154508
tokens = str.scan(/#{Regexp.escape("(")}|#{Regexp.escape(")")}|[a-zA-Z0-9\-\_]+/) tokens = str.scan(/#{Regexp.escape("(")}|#{Regexp.escape(")")}|[a-zA-Z0-9\-\_\+]+/)
stack = [[]] stack = [[]]