On Sat, 2007-07-07 at 19:49 +1000, skaller wrote:
> The new parsing system is coming along well.

The nu grammar is no passing all the tests, so the SVN repository
trunk is now operating again.

You must #import <flx.flxh> into every *.flx file to load
the grammar.

Changed: true and false are now keywords, semantics defined
in the grammar. So this works:

////////////////////
#import <flx.flxh>

println$ match true with
| true => "true"
| false => "false"
endmatch;
//////////////////

where you can use true/false both as a value AND in a pattern.

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