rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
+8
-12
@@ -180,22 +180,18 @@ Class HeidenhainProgramSyntax
|
||||
|
||||
|
||||
<h2 id="Hi_NcParsers_ParsingSyntaxs_Heidenhain_HeidenhainProgramSyntax_examples">Examples</h2>
|
||||
<p>Input: BEGIN PGM DEMO MM
|
||||
Output:</p>
|
||||
<p>#BeforeBuild.UnparsedText: <code>BEGIN PGM DEMO MM</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"PGM": {
|
||||
"Command": "BEGIN",
|
||||
"Name": "DEMO",
|
||||
"Unit": "MM"
|
||||
"Parsing": {
|
||||
"PGM": { "Command": "BEGIN", "Name": "DEMO", "Unit": "MM" }
|
||||
}
|
||||
}</code></pre>
|
||||
<p>Input: END PGM DEMO MM
|
||||
Output:</p>
|
||||
<p>#BeforeBuild.UnparsedText: <code>END PGM DEMO MM</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"PGM": {
|
||||
"Command": "END",
|
||||
"Name": "DEMO",
|
||||
"Unit": "MM"
|
||||
"Parsing": {
|
||||
"PGM": { "Command": "END", "Name": "DEMO", "Unit": "MM" }
|
||||
}
|
||||
}</code></pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user