!7 p { autoRestart(5); printStruct(ai_parse_toList("{I} {like} {you}")); printStruct(ai_parse_toList("{This} - {and that}")); printStruct(ai_parse_toList("Simple")); //assertEqualsVerbose(ll("Full"), ai_parse_toList("{Full}")); //assertEqualsVerbose(ll(ll("Full")), ai_parse_toList("{Full}")); printStruct(ai_parse_toList("{Full}")); printStruct(ai_parse_toList("{{Nested}}")); printStruct(ai_parse_toList("{{Nested} and {nested}}")); }