How do you use Coco/R in C#?

  • Thread starter Thread starter Visually Seen #
  • Start date Start date
V

Visually Seen #

Hey everybody,

If you already still don't know, I want to create my own programming
language.
A guy in this group suggested using Coco/R to do it, but how do you use
it?

Thanks a million if you could help (and with a code example!),
Visually Seen #
 
VSS,
If you already still don't know, I want to create my own programming
language.

Although your question is in fact interesting, this question is just too
board for a newsgroup like this. In fact, programming language design is
such a hard computer science problem, that entire books have been written
about it.

As a starting point, I would suggest that you start studying compiler design
and the lexical analysis of source code. You may find lots of information
about this on the Internet, as well as in many books. A good starting point
is the WikiPedia article "Compiler Design":

http://en.wikipedia.org/wiki/Compiler_design

You will need to study the basics first before you start. There is also the
newsgroup "comp.compilers" that is more suited to related questions than
this newsgroup.

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 
Back
Top