rename XFactory.Regs to XFactory.Generators.

This commit is contained in:
2026-05-23 21:23:06 +08:00
parent 8b285cc863
commit 058003f395
155 changed files with 16416 additions and 1261 deletions
@@ -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>