probcomp / Venturecxx

Primary implementation of the Venture probabilistic programming system
http://probcomp.csail.mit.edu/venture/
GNU General Public License v3.0
28 stars 6 forks source link

Fix VentureScript unparsing of procedure application #616

Closed marcoct closed 8 years ago

marcoct commented 8 years ago

Previously the VentureScriptParser unparsed procedure applications into a scheme-style prefix notation.

axch commented 8 years ago

Formally completes Issue #294, but the original spirit thereof was to make the output use the syntactic sugar one would use, which is much more work.