We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88145e commit 59cd537Copy full SHA for 59cd537
src/PushdownAutomaton.ts
@@ -29,6 +29,7 @@ class PushdownAutomaton {
29
30
/**
31
* Runs the automaton until the input word is fully processed or a failure occurs.
32
+ * @param {string} inputWord - The input word to be processed by the automaton. If not provided, the input word must have been set previously.
33
* @returns {TerminationMessage} An object describing the result of the execution.
34
*/
35
run(inputWord: string|undefined = undefined): TerminationMessage {
0 commit comments