How do you use the SLK?

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

Visually Seen #

Hello, world!

I plan to make my own programming langauge, and I intend to use C# to
do that.
From my previous question, I got advice saying to get a C# parser
generator, and I obtained one, called SLK.

The major problem is this: I don't know how to use it!
Although there is a documentation on this, it's pretty hard to
understand.

Could anyone help?

Thanks a million if you could,
Seen Sharp
 
Visually Seen # said:
Hello, world!

I plan to make my own programming langauge, and I intend to use C# to
do that.
generator, and I obtained one, called SLK.

SLK is one of the harder ones, as I recall. I strongly suggest starting with
Coco/R, as they have a good manual that describes their grammar language.
 
Back
Top