Ken Rose wrote:
> Hi, all,
>
> Does anyone know of a scanner/parser generator package for Modula-3?
>
> Thanks
>
> - ken
Sort of...
I have a complete set of:
- Scanner generator
- LL(1) Parser generator
- LR(1) Parser generator (might be LALR actually)
However, they are in/for Modular Pascal.
I worked on them while a PhD student at Groningen University, but
never got round to fini****ng them. Thing is, they use each other,
so there is a bit of a chicken and egg problem there.
Getting a good Modular Pascal to Modula-3 converter would help. What
cost too much time then was getting both the code itself translated,
while at the same time converting the code generation.
Later, I simply didn't have the time.
These would make for a terrific student project though...
Bert Laverman


|