On Mon, 2007-05-07 at 00:13 -0700, Erick Tryzelaar wrote:
> skaller wrote:
> > We probably need a systematic review of features:
> > strings, 'c' binding things, keywords, grammar .. 
> >
> > We have 221 tokens, and 233 non-terminals.
> > Ocaml has a limit of 246 constructors with arguments per type.
> > I tried building a dypgen parser and it makes a variant
> > with tokens+non-terminals constructors .. breaking Ocaml
> > limit.
> >   
> 
> Heh. I've always said we've had too many keywords and tokens :)

Which would you remove? Look in config/flx_data.py.

Users can always obey the convention of names like

        Fred // starts with upper case
        fred_nurk // embedded _ 

which should reduce conflicts.

-- 
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