Difference between revisions of "Task ideas for Google Code-in/Syntax tree printing in bison"

From Apertium
Jump to navigation Jump to search
Line 2: Line 2:
 
==Objective==
 
==Objective==
   
Write some code to print out the syntax parse of a sentence using GNU Bison.
+
Write some code to print out the syntax parse of a sentence using GNU Bison. The output could be text, or a a <code>dot</code> file using GraphViz.
   
 
==External links==
 
==External links==
Line 9: Line 9:
   
   
[[Category:Task ideas for Google Code-in|Syntax tree printing in bison]]
+
[[Category:Tasks for Google Code-in|Syntax tree printing in bison]]

Revision as of 22:43, 13 November 2013

Objective

Write some code to print out the syntax parse of a sentence using GNU Bison. The output could be text, or a a dot file using GraphViz.

External links