home
classes/clusters list
class information
+
Point of view
ANY
ANY
PARSE_NT_NODE
ESE_PARSER
PARSE_TABLE
TYPED_INTERNALS
INTERNALS_HANDLER
All features
class PARSE_TERMINAL
Summary
top
A terminal meant to be put in a
PARSE_TABLE
.
Direct parents
inherit list:
PARSE_ATOM
Overview
top
creation features
make
(a_parser:
FUNCTION
[
TUPLE 1
[
MINI_PARSER_BUFFER
],
PARSER_IMAGE
], a_action:
PROCEDURE
[
TUPLE 1
[
PARSER_IMAGE
]])
a_parser
is used to parse the input buffer; it must return Void if the terminal cannot be parsed, or a
STRING
containing the corresponding image that will be passed to the
action
if the terminal is reduced.
exported features
name
:
STRING
table
:
PARSE_TABLE
name
:
STRING
writable attribute
top
table
:
PARSE_TABLE
writable attribute
top