September 04, 2010, 03:13:16 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Home Help Media Affiliates Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: recursive descent parser  (Read 662 times)
0 Members and 1 Guest are viewing this topic.
gammaman
Junior Member
*

Reputation: 0
Offline Offline
Posts: 1
Referrals: 0

Awards
« on: March 20, 2010, 01:30:52 PM »

anyone have an RDP that can handle the following grammar?

Code:
<elist>  ->  <elist>,<e>|<e>     
<e>      ->   <n>^<e>|<n>
<n>     ->    <n><d>|<d>
<d>    ->    0|1|2|3|4|5|6|7|8|9

in case you were wondering, this grammar says that something like the following can be taken as an input string.

2^2^3,15,20^2
Logged
Javaforums.net :: a community about Java software development.
« on: March 20, 2010, 01:30:52 PM »

Your Ad Here
 Logged
Arkie
Javaforums.net Admin
Senior Member
*

Reputation: 16
Developer @ Javaforums.net
Offline Offline
Posts: 2620
Referrals: 13

WWW Awards
« Reply #1 on: March 21, 2010, 06:34:55 AM »

can you explain it a bit more detailed what you are trying to achieve?
Logged

Java and .NET developer

To students: It doesn't matter how hard you've studied; the material won't be on the exam anyway.

Fan of http://www.retardedweblogger.com
Oh man, too much stuff to do in so little time.

http://img222.imageshack....707/arkietomatoesmall.jpg
Blizzcon 2k9 Grubby and Cassandra Ng engaged ! <3
Triple D, eerste Denken Dan Doen
Javaforums.net :: a community about Java software development.
   

Your Ad Here
 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Your Ad Here
Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
TinyPortal v0.9.8 © Bloc
Valid XHTML 1.0! Valid CSS!
Page created in 0.271 seconds with 33 queries.

Google visited last this page August 29, 2010, 04:15:08 PM