You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ It only checks for these two things on the node it's currently on (while being i
13
13
---
14
14
15
15
## Usage
16
+
**Important:** This just goes over creating an automaton using every configuration option. [Here](./tests/integration_tests/README.md) you can find real use-cases.
16
17
Creating a pushdown automaton involves following steps:
17
18
1. Creating the automaton instance
18
19
2. Creating all the states
@@ -93,6 +94,7 @@ It holds a message, if it was sucessful and the return code. Following codes are
93
94
|1 |The automaton didn't terminate in a valid end state |
94
95
|2 |The automaton didn't find a valid transition, so went to a sink state |
95
96
|Exception |The automaton isn't deterministic |
97
+
|Exception |The input word is undefined |
96
98
97
99
98
100
## Other links
@@ -102,4 +104,4 @@ It holds a message, if it was sucessful and the return code. Following codes are
102
104
-[Feature requests](./docs/FEATURE_REQUESTS.md)
103
105
104
106
#### Credits
105
-
This library was written and published by [Anes Hodza](aneshodza.ch)
107
+
This library was written and published by [Anes Hodza](https://aneshodza.ch)
0 commit comments