<?php require dirname(__FILE__) . '/../../bootstrap_tests.php'; snowscript_to_php("\nAb().b\nAb().b()\nAb()['b']\nAb()['b']['c']\n", 0);
function execute_snow($snow) { $php = snowscript_to_php($snow, 0, 1); eval($php); }