[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FR-devel] [PATCH] basic_parser: semicolons parsed fine now
From: |
Dmitry V. Sabanin |
Subject: |
[FR-devel] [PATCH] basic_parser: semicolons parsed fine now |
Date: |
Sun, 13 Jul 2003 04:00:01 +0800 |
User-agent: |
KMail/1.5.2 |
New patch for basic_parser.rb:
def bla
end; class One
def say_hi
end
end
Following code is now parsed OK. That's becouse source data are now splitted
not only by new lines, but also by semicolons, coz they have equal meaning.
However,
class One; def bla; puts "hello"; end
is still need some work, coz parser is currently indent based.
P.S. no more patches from me today, sorry again for so much flood
--
sdmitry -=- Dmitry V. Sabanin
MuraveyLabs.
basic_parser-semicolon.patch
Description: Text Data
- [FR-devel] [PATCH] basic_parser: semicolons parsed fine now,
Dmitry V. Sabanin <=