On Sun, 2007-06-10 at 12:53 -0700, Erick Tryzelaar wrote:

> Later down the road, couldn't we also add something on top of the scheme 
> that looks more like felix that is converted into the scheme?

Yes, by extending scheme's parser .. but that's easy, Scheme
can already extend its own grammar, and with dypgen even 
more so.

The hard bit is the lexer .. of course that could be written in 
Scheme too.

> > A consequence of all this is that 'anything goes' during parsing.
> > Type checking done now by the user actions and structure of the
> > parser would be delayed until svalue -> flx term conversion,
> > that is, after parsing is done.
> 
> Would this let us print out multiple type errors (like msvc) instead of 
> just the first one (like gcc)?

Possibly .. but I hate that :)

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to