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

From Apertium
Jump to navigation Jump to search
(Created page with " ==Objective== Write some code to print out the syntax parse of a sentence using GNU Bison. ==External links== * [https://svn.code.sf.net/p/apertium/svn/branches/transfer4 ...")
 
 
(2 intermediate revisions by the same user not shown)
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.
  +
  +
==See also==
  +
  +
* [[Recursive transfer]]
   
 
==External links==
 
==External links==
Line 9: Line 13:
   
   
[[Category:Task ideas for Google Code-in|
+
[[Category:Tasks for Google Code-in|Syntax tree printing in bison]]

Latest revision as of 16:11, 14 November 2013

Objective[edit]

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.

See also[edit]

External links[edit]