freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [FR-devel] [PATCH] basic_parser: semicolons parsed fine now


From: Curt Hibbs
Subject: RE: [FR-devel] [PATCH] basic_parser: semicolons parsed fine now
Date: Sat, 12 Jul 2003 16:07:35 -0500

Dmitry V. Sabanin wrote:
>
> 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

Thanks for working on this! You could just go update the wiki page with your
fixes.

Curt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]