: Hi,
: I've tried several times to program a simple interpreter that
: simply takes in a file and string compare it to a selected group of
: options and return a specify data. But never got it right. Can you
: actually program a Compiler or Interpreter in C? Can you? Or else,
: what other languages needed to be used? And How hard is it to program
: a compiler or interpreter? Answere any questions you want. Thanks.
: ----
--
*************begin r.s. response****************
1)
the 'c' programming language
originated as a
'system programming language'
(for the like of operating systems
compilers and interpreters...)
and is superb for such purposes!
2)
generally,
system programming on this level
is very sophisticated and demanding
work!!!
*************end r.s. response******************
Ralph Silverman