./umk gramdoc 

now makes documentation, see doc/gramdoc/index.html

Grammar lib/nugram.flxh supports stuff like:

  pointer_type:= 
    | base_type
    | "void" star =># '`(ast_name "address" ())'
    | pointer_type star =># "`(ast_ref ,_1)"
  ;

explain pointer_type """
<p>Note that pointers to const are not supported.</p>
""";


The 'explain' statement allows you add HTML docs
to the generated documentation. More stuff coming.


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to