class PARSE_TABLE
Summary
Overview
creation features
exported features
is_coherent: BOOLEAN
effective function
True if all the used atoms are defined
has (atom_name: STRING): BOOLEAN
effective function
set_default_tree_builders (non_terminal_builder: PROCEDURE[TUPLE 2[STRING, TRAVERSABLE[STRING]]], terminal_builder: PROCEDURE[TUPLE 2[STRING, PARSER_IMAGE]])
effective procedure
extend (a_table: PARSE_TABLE)
effective procedure
Extends Current with a *copy* of the atoms of a_table.
add_or_replace (atom_name: STRING, atom: PARSE_ATOM)
effective procedure
item (atom_name: STRING): PARSE_ATOM
effective function
writable attribute