rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
+13
@@ -181,6 +181,19 @@ the <code>()</code> symbol.</p>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
<h2 id="Hi_NcParsers_ParsingSyntaxs_CommentSyntaxs_QuoteCommentSyntax_examples">Examples</h2>
|
||||
<p>#BeforeBuild.UnparsedText: <code>(only a comment)</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"Comment": { "Symbol": "()", "Text": "only a comment" }
|
||||
}</code></pre>
|
||||
<p>#BeforeBuild.UnparsedText: <code>G01 X100 (mid-line comment)</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"UnparsedText": "G01 X100",
|
||||
"Comment": { "Symbol": "()", "Text": "mid-line comment" }
|
||||
}</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user