Skip to content

Commit bf242dc

Browse files
committed
(PUP-6841) Add documentation of Parser API
1 parent 56b1a9a commit bf242dc

File tree

2 files changed

+1047
-2
lines changed

2 files changed

+1047
-2
lines changed

honeydew/honeydew-explore.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ manifests, the terminology from Petri net theory has been changed as follows:
5757
| transition | Action |
5858
| - | Process |
5959

60-
The term `Plan` was later changed to `Actor` - this document has not been updated with that change
61-
in terminology. Also changed in later examples is a more puppet like syntax where all variables use a $prefix.
60+
The two main concepts are `Plan` and `Process`. A `Plan` corresponds to an executable computer
61+
program, and a `Process` corresponds to an instance of an executing `Plan`.
6262

6363
The two main concepts are `Plan` and `Process`. A `Plan` corresponds to an executable computer
6464
program, and a `Process` corresponds to an instance of an executing `Plan`.

0 commit comments

Comments
 (0)