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: Nuget/Nuget.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Any logic than can be expressed as a Flow Expression (think flow chart) may be i
12
12
13
13
> A Flow Expression operates on a user supplied **Context**, which is any environment that manages and provides input/content/state.
14
14
>
15
-
> For a Parser, the context would be a **Scanner** that manages text scanning and provides <i>Tokens</i> to operate on. A comprehensive FexScanner is provided as the default - but you can roll your own if required.
15
+
> For a Parser, the context would be a **Scanner** that manages text scanning and provides *Tokens* to operate on. A comprehensive FexScanner is provided as the default - but you can roll your own if required.
16
+
16
17
17
-
<br>
18
18
19
19
The following example is a complete **Expression Parser**, including evaluation and error reporting:
0 commit comments