Question
This is an assignment in prolog. The base code is in starter.pl. The goal is to implement the method called parse_sentence() so that it parses the input to give the desired output. This uses a BNF sentence grammar at the top of starter.pl in the comments. Using this grammar parse the input so that it adds delimiters to
Question image 1