I was not using snow correctly (Thanks to Bradley) ... I am going to try and install snow and then install the lalr package using snow ...
Will post back with results... Regards, Kashyap
On Tue, Jan 24, 2017 at 1:01 PM, C K Kashyap ckkashyap@gmail.com wrote:
Hi, I downloaded lalr-v2_3_0.tgz from http://snow.iro.umontreal.ca/? viewpkg=lalr. I then copied lalr.scm and calc.scm from the tgz into a clean directory and tried to load lalr.scm in gsi and got this error -
root@kashyap-desktop:~/explore# gsi Gambit v4.8.7
(load "lalr.scm")
*** ERROR IN "lalr.scm"@12.20 -- Ill-formed procedure call 1> (exit)
Is there some resource I can use to get a headstart with parsing java/csharp like source files in gambit?
Would a combinator-based (parsec like) parser be a good idea?
Regards, Kashyap