pub fn parse_prolog(input: &str) -> Result<TLExpr>
Parse Prolog syntax into TLExpr
input
.
Parsed TLExpr or error if parsing fails
TLExpr