Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > rubynet-announce Digest, Vol 6, Issue 3

Reply
Thread Tools

rubynet-announce Digest, Vol 6, Issue 3

 
 
rubynet-announce-request@lists.rubynet.org
Guest
Posts: n/a
 
      08-07-2003
Send rubynet-announce mailing list submissions to
rubynet-

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.rubynet.org/lists/listi...bynet-announce
or, via email, send a message with subject or body 'help' to
rubynet-announce-

You can reach the person managing the list at
rubynet-announce-

When replying, please edit your Subject line so it is more specific
than "Re: Contents of rubynet-announce digest..."


Today's Topics:

1. RubyConf 2003: Call for Presentation Proposals
()
2. Coco/R for Ruby 1.0.0 has been released (Ryan Davis)


----------------------------------------------------------------------

Message: 1
Date: Wed, 6 Aug 2003 17:51:18 -0400 (EDT)
From:
Subject: [ruby-announce] RubyConf 2003: Call for Presentation
Proposals
To:
Message-ID:
<Pine.LNX.4.44.0308061750540.24259->
Content-Type: TEXT/PLAIN; charset=US-ASCII



RUBY CONFERENCE 2003: Call for Presentation Proposals


Proposals for full-length presentations (about 45-50 minutes)
at the 2003 Ruby Conference are now being accepted at
<http://rubycentral.org/03/index.rb?dest=proposal>.

The deadline for proposal submission is August 20. Announcement of
presentation selection and conference agenda will be made shortly
thereafter.

Looking forward to seeing, and possibly hearing, you at the Conference!


David Black
Chad Fowler

for Ruby Conference 2003 (http://www.rubyconf.org)
and Ruby Central, Inc. (http://www.rubycentral.org)



------------------------------

Message: 2
Date: Wed, 6 Aug 2003 20:04:20 -0700
From: Ryan Davis <ryand->
Subject: [ruby-announce] Coco/R for Ruby 1.0.0 has been released
To: Seattle Ruby Brigade! <>
Cc: Ruby Announce <>
Message-ID: <D73DDD27-C883-11D7-A366->
Content-Type: text/plain; charset=US-ASCII; format=flowed

Coco/R for Ruby 1.0.0 has been released.

http://sourceforge.net/projects/coco-ruby/

DESCRIPTION:

(Stolen from http://www.scifac.ru.ac.za/coco/)

Coco/R combines the functionality of the well-known UNIX tools lex and
yacc , to form an extremely easy to use compiler generator that
generates recursive descent parsers, their associated scanners, and
(in some versions) a driver program, from attributed grammars (written
using EBNF syntax with attributes and semantic actions) which conform
to the restrictions imposed by LL(1) parsing (rather than LALR
parsing, as allowed by yacc ). The user has to add modules for symbol
table handling, optimization, and code generation in order to get a
running compiler. Coco/R can also be used to construct other
syntax-based applications that have less of a "compiler" flavour.

(Not stolen)

Coco/R(uby) is a port of Coco/R to ruby and generates pure ruby
parsers and scanners. This version of Coco/R is not related to Mark
Probert's version (http://raa.ruby-lang.org/list.rhtml?name=coco-rb).

This version of Coco/R generates pure ruby. Mark's version generates C
for ruby extensions. If you find this version too slow, you might want
to check out Mark's. If however, you need pure ruby or can't deploy
where there is a C compiler, you finally have an LL solution.

FEATURES/PROBLEMS:

+ Happy neato ruby parsers and lexers.
- Not clean. Design needs massive cleanup.
- Needs actual documentation (unless you've used coco/r before).
- Needs actual tests.
- Probably lots of other bad things... I'd love feedback.


------------------------------

_______________________________________________
rubynet-announce mailing list

http://lists.rubynet.org/lists/listi...bynet-announce

End of rubynet-announce Digest, Vol 6, Issue 3
**********************************************

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Python-list Digest, Vol 18, Issue 208 Charles Hartman Python 10 03-16-2005 12:37 AM
Re: Python-list Digest, Vol 17, Issue 54 Andrew James Python 2 02-03-2005 03:09 PM
DVD Verdict reviews: TIPTOES, INSTANT BELLY DANCER: A CRASH COURSE IN BELLYDANCE, VOL.1 AND VOL. 2, and more! DVD Verdict DVD Video 0 09-24-2004 09:08 AM
Java Open Source Hub Newsletter - Vol 1, Issue 2 kendzo Java 0 12-05-2003 02:19 PM
Java Open Source Hub Newsletter - Vol 1, Issue 1 kendzo Java 0 11-20-2003 09:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57