diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-29 21:16:58 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-29 21:16:58 -0400 |
| commit | ce0172e50c173b4415bed89997603b09e158105f (patch) | |
| tree | 2e38ebf9c2b5968891bb50c25532a71dba2b79b8 /docs/try.html | |
| parent | cfffd35f2da32abec0f5ad865144342f73fa092b (diff) | |
Mention Internal compiler error in REPL notes
Diffstat (limited to 'docs/try.html')
| -rw-r--r-- | docs/try.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/try.html b/docs/try.html index 89c4ceca..aa0032ec 100644 --- a/docs/try.html +++ b/docs/try.html @@ -27,10 +27,10 @@ <p> Notes: <ul> - <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are found <a href="doc/primitive.html">here</a>.</li> + <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html">here</a>.</li> <li>Any modifier with enter will execute (not just shift).</li> <li>BQN uses <code class="Ligature">‿</code> (backslash-space) for stranding, and not juxtaposition. If you don't know what went wrong, check for this first!</li> - <li>This implementation is still WIP, and in particular I am improving error checking and messages now. Support for function headers and multiple bodies is missing, and Under (<code class="Modifier2">⌾</code>) only works for a small class of structural functions. Performance is bad.</li> + <li>This implementation is still WIP, and in particular some syntax errors are not checked (which can cause an "Internal compiler error" later). Support for function headers and multiple bodies is missing, and Under (<code class="Modifier2">⌾</code>) only works for a small class of structural functions. Performance is bad.</li> </ul> </p> |
