Availability:
:- use_module(library(dcg/basics)).
//
eos --> call(eos_). eos_([], []).
- To be done
- This is a difficult concept and violates the context free property of DCGs. Explain the exact problems.
:- use_module(library(dcg/basics)).
//
eos --> call(eos_). eos_([], []).