On Mon, 2021-11-29 at 21:16 +0100, [email protected] wrote: > > Hi! > > The problem here is that read-syntax extensions are not seen by csm, > which > tries to load and parse all source files. This was a blatant > oversight on my part, > I just committed a few changes to the csm trunk that adds a "-csm- > extend FILENAME" > option. You should be able to pass this directly to csm or via an > options file - > it works like csc's "-extend" and loads a file (source or compiled) > into the > processor so read-syntax extensions in the loaded file are installed. > > Could you give it a try? I have not tagged a new release yet, you can > check it > out via svn: > svn co > https://[email protected]/svn/chicken-eggs/release/5/csm > > I'd be very grateful for feedback. I think csm is quite useful, but > it hasn't been > tested enough yet and it needs serious usage to clarify whether the > approach is > worth it and robust enough. >
It worked! Very nice. I'll keep using it and feedback any other issues I run into. Thanks. > felix > >
