parse comments
This commit is contained in:
parent
9dd72484fa
commit
692c052e11
4 changed files with 26 additions and 5 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import { TransitionLabel } from "./label_ast";
|
||||
import { Action, TransitionLabel } from "./label_ast";
|
||||
|
||||
export type AbstractState = {
|
||||
uid: string;
|
||||
children: ConcreteState[];
|
||||
comments: [string, string][]; // array of tuple (text-uid, text-text)
|
||||
entryActions: Action[];
|
||||
exitActions: Action[];
|
||||
}
|
||||
|
||||
export type AndState = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue