GOLD-Python

Getting Started

  • Installing
  • First Steps
  • Contributing Guide

Documentation

  • Automata
  • Sets
  • Delta

Reference

  • Changelog
  • License
GOLD-Python
  • Index

Index

A | B | D | G | I | M | N | P | T | U

A

  • accepts_input() (DeterministicAutomata method)
    • (NonDeterministicAutomata method)
    • (PushdownAutomata method)
  • accepts_input_path() (NonDeterministicAutomata method)
    • (PushdownAutomata method)
  • AutomatonStack (class in gold_python.automata.pushdown)

B

  • between() (in module gold_python.sets.operations)
  • between_char() (in module gold_python.sets.operations)

D

  • deltafunc (in module gold_python.delta)
  • DeterministicAutomata (class in gold_python.automata.deterministic)
  • DeterministicTrasducer (class in gold_python.automata.deterministic)

G

  • get_output() (DeterministicTrasducer method)
  • gold_python.automata.deterministic
    • module
  • gold_python.automata.nondeterministic
    • module
  • gold_python.automata.pushdown
    • module
  • gold_python.delta
    • module
  • gold_python.sets.operations
    • module

I

  • intersection() (in module gold_python.sets.operations)

M

  • module
    • gold_python.automata.deterministic
    • gold_python.automata.nondeterministic
    • gold_python.automata.pushdown
    • gold_python.delta
    • gold_python.sets.operations

N

  • NonDeterministicAutomata (class in gold_python.automata.nondeterministic)

P

  • peek() (AutomatonStack method)
  • pop() (AutomatonStack method)
  • product() (in module gold_python.sets.operations)
  • push() (AutomatonStack method)
  • PushdownAutomata (class in gold_python.automata.pushdown)
  • pushdownfunc (in module gold_python.delta)

T

  • transducerfunc (in module gold_python.delta)

U

  • union() (in module gold_python.sets.operations)

© Copyright 2023, Nicolas Saavedra Gonzalez.

Built with Sphinx using a theme provided by Read the Docs.