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

From Apertium
Jump to navigation Jump to search
 
Line 3: Line 3:
   
 
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.
 
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==

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]