Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Greetings,

 

Well I'm implementing syntax analyzer for C language made in C#.

I have a sample grammer containing loop,s conditional statements and blah blah.............I wrote their first and follows and made a parsing table in an Excel sheet. Now I've two problems

 

1.How can I get Excels columns into arrays in C# to implement syntax analyzer through stack.

2. Is there another data structure so that I can use it to get parsing table into arrays to implement syntax analyzer through stack ???

 

I'm just having problems getting the elements of parsing table. Rest is ok with my project

 

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...