Click here to Skip to main content
16,004,406 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView ScrollBar Pin
sreejith ss nair26-Oct-04 22:16
sreejith ss nair26-Oct-04 22:16 
GeneralRe: ListView ScrollBar Pin
Zishan Haider26-Oct-04 22:34
Zishan Haider26-Oct-04 22:34 
GeneralTimeout in WebRequest.GetRequestStram() Pin
Guillermo Jimenez26-Oct-04 15:43
Guillermo Jimenez26-Oct-04 15:43 
GeneralRe: Timeout in WebRequest.GetRequestStram() Pin
Heath Stewart26-Oct-04 17:20
protectorHeath Stewart26-Oct-04 17:20 
GeneralRe: Timeout in WebRequest.GetRequestStram() Pin
Guillermo Jimenez27-Oct-04 16:40
Guillermo Jimenez27-Oct-04 16:40 
GeneralRe: Timeout in WebRequest.GetRequestStram() Pin
Heath Stewart27-Oct-04 22:08
protectorHeath Stewart27-Oct-04 22:08 
GeneralParser class for an Interpreter Pin
Member 138504926-Oct-04 15:06
Member 138504926-Oct-04 15:06 
GeneralRe: Parser class for an Interpreter Pin
LongRange.Shooter26-Oct-04 16:28
LongRange.Shooter26-Oct-04 16:28 
I've worked mostly with compilers, but they are not too far off from interpretive evaluators. Cool | :cool:
So...

The approach I would take is dependant upon how complex the language is. If the language is along the lines of assembler:

op parm,target
-or-
macro

Then your Grammar processor is acceptable.

The more english-like or complex the structures are, then you need to implement a parser class (validate the input, identify key tokens, etc.) then once the phrase is parsed you evaluate and execute the parsed elements.

There are 10 kinds of people in the world.

Those that read binary...

...and those who don't.

GeneralRe: Parser class for an Interpreter Pin
Heath Stewart26-Oct-04 17:23
protectorHeath Stewart26-Oct-04 17:23 
QuestionSite crawling/spidering tutorial? Pin
Justin Garrick26-Oct-04 13:48
Justin Garrick26-Oct-04 13:48 
AnswerRe: Site crawling/spidering tutorial? Pin
Nick Parker26-Oct-04 16:59
protectorNick Parker26-Oct-04 16:59 
AnswerRe: Site crawling/spidering tutorial? Pin
Heath Stewart26-Oct-04 17:12
protectorHeath Stewart26-Oct-04 17:12 
GeneralExcel Program DLL's Pin
Jeremy Ouellette26-Oct-04 13:02
Jeremy Ouellette26-Oct-04 13:02 
GeneralRe: Excel Program DLL's Pin
Heath Stewart26-Oct-04 13:40
protectorHeath Stewart26-Oct-04 13:40 
GeneralVisual Studio Add-In Pin
Nxsis26-Oct-04 12:05
Nxsis26-Oct-04 12:05 
GeneralRe: Visual Studio Add-In Pin
Heath Stewart26-Oct-04 13:01
protectorHeath Stewart26-Oct-04 13:01 
GeneralPictureBox help! Pin
ethanwa26-Oct-04 11:33
ethanwa26-Oct-04 11:33 
GeneralRe: PictureBox help! Pin
Heath Stewart26-Oct-04 12:44
protectorHeath Stewart26-Oct-04 12:44 
GeneralRe: PictureBox help! Pin
Nick Parker26-Oct-04 13:11
protectorNick Parker26-Oct-04 13:11 
GeneraluserAccountControl problem Pin
Zackmac26-Oct-04 10:16
Zackmac26-Oct-04 10:16 
GeneralRe: userAccountControl problem Pin
Heath Stewart26-Oct-04 10:23
protectorHeath Stewart26-Oct-04 10:23 
GeneralRe: userAccountControl problem Pin
Nick Parker26-Oct-04 10:51
protectorNick Parker26-Oct-04 10:51 
GeneralRe: userAccountControl problem Pin
Zackmac26-Oct-04 10:53
Zackmac26-Oct-04 10:53 
GeneralRe: userAccountControl problem Pin
Nick Parker26-Oct-04 11:27
protectorNick Parker26-Oct-04 11:27 
GeneralRe: userAccountControl problem Pin
Zackmac26-Oct-04 11:40
Zackmac26-Oct-04 11:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.