Commit 199e805
Retire the Stately backend (#949)
Removes the Stately (state-diagram export) code generator, which is no
longer maintained. Deletes Src/PCompiler/CompilerCore/Backend/Stately/
and unwires it everywhere it was referenced:
- CompilerOutput: drop the Stately enum value.
- TargetLanguage: drop the Stately backend registration and using.
- PCompilerOptions: drop the 'stately' --mode case, the allowed value,
and the help-text mention.
- ParsePProjectFile: drop the 'stately' project Target case and remove
Stately from the expected-target error message.
No tutorials, tests, or CI jobs referenced Stately. Build and unit
tests pass.
Co-authored-by: Claude <noreply@anthropic.com>1 parent f94e9ab commit 199e805
6 files changed
Lines changed: 3 additions & 235 deletions
File tree
- Src/PCompiler
- CompilerCore
- Backend
- Stately
- PCommandLine
- Options
- Parser
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 212 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 162 | | |
166 | 163 | | |
167 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | 234 | | |
238 | 235 | | |
239 | 236 | | |
240 | 237 | | |
241 | 238 | | |
242 | | - | |
| 239 | + | |
243 | 240 | | |
244 | 241 | | |
245 | 242 | | |
| |||
0 commit comments