Contents
call//1-N
eos//0
phrase//1
phrase/2
phrase/3
External Contents
built-in method
eos
This non-terminal matches the end-of-input. It is implemented by checking that the implicit difference list unifies with []-[].
[]-[]
eos - zero_or_one
(none)
abc --> a, b, c, eos.
See also
call//1-N, phrase//1, phrase/2, phrase/3