What is the opposite of 'parse'?

Simon picture Simon · Sep 29, 2008 · Viewed 36.2k times · Source

I have a function, parseQuery, that parses a SQL query into an abstract representation of that query.

I'm about to write a function that takes an abstract representation of a query and returns a SQL query string.

What should I call the second function?

Answer

Joel Coehoorn picture Joel Coehoorn · Sep 29, 2008

I think the verb you want is 'compose'.