MOAL.languages.formal_language_theory.modeling package¶
Submodules¶
MOAL.languages.formal_language_theory.modeling.dyck module¶
-
class
MOAL.languages.formal_language_theory.modeling.dyck.
Dyck
(max, left='(', right=')')[source]¶ Bases:
list
-
__abs__
()¶ Returns the absolute value, as 2-tuple, where the absolute value |u| is represented as the count of left and right brackets.
-
__init__
(max, left='(', right=')')¶
-
__str__
()¶
-
is_balanced
()¶
-
run
()¶
-
show_equation
(equation)¶
-