Skip to content

Commit 26d5411

Browse files
committed
README: Add note onto fusion-source about inject_extensions()
1 parent a5808f6 commit 26d5411

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ This is somewhat similar to the Python `-m` flag.
5656
argument and print out the compatible information. Acceptable fields are
5757
documented [here](https://github.com/ChickenNuggers/FusionScript/wiki/Modules).
5858

59+
The `fusion-source` interpreter also makes it so the `using` keyword isn't
60+
required for loading syntax extensions. If the target audience for a script is
61+
intended to not use `fusionc-source` to compile to Lua, it is suggested to not
62+
use the `using` keyword.
63+
5964
### `fusionc`: Compile FusionScript
6065

6166
The `fusionc` will use whatever alias is currently in place as the compiler.

docs/topics/FusionScript.md.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ <h3><a href="../programs/fusion-source.html#">fusion-source</a>: Run FusionScrip
123123
argument and print out the compatible information. Acceptable fields are
124124
documented <a href="https://github.com/ChickenNuggers/FusionScript/wiki/Modules">here</a>.</p>
125125

126+
<p>The <a href="../programs/fusion-source.html#">fusion-source</a> interpreter also makes it so the <code>using</code> keyword isn't
127+
required for loading syntax extensions. If the target audience for a script is
128+
intended to not use <a href="../programs/fusionc-source.html#">fusionc-source</a> to compile to Lua, it is suggested to not
129+
use the <code>using</code> keyword.</p>
130+
126131
<h3><code>fusionc</code>: Compile FusionScript</h3>
127132

128133
<p>The <code>fusionc</code> will use whatever alias is currently in place as the compiler.
@@ -245,7 +250,7 @@ <h3>Building</h3>
245250
</div> <!-- id="main" -->
246251
<div id="about">
247252
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
248-
<i style="float:right;">Last updated 2017-05-07 20:17:10 </i>
253+
<i style="float:right;">Last updated 2017-05-08 14:30:27 </i>
249254
</div> <!-- id="about" -->
250255
</div> <!-- id="container" -->
251256
</body>

0 commit comments

Comments
 (0)