aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9cac405..a7d4cac 100644
--- a/index.html
+++ b/index.html
@@ -49,11 +49,12 @@
<span style="color:khaki;">Frosty</span>;</code></h1>
<hr>
<ul>
- <li>Continued work on type inference logic.</li>
+ <li>Continued work on type intersection logic.</li>
<ul>
<li><q>as well as plenty of methods for computing intersections between them.</q></li>
<li>But actually now! The <code><span style="color:khaki;">intersect</span>(<span style="color:crimson;">T1</span>,<span style="color:crimson;">T2</span>)</code> function generates the intersection between 2 types.</li>
<li>Support exists for things as dense as nested unions, even.</li>
+ <li>The grapher and the searcher have had their underlying parsers rebuilt on the new code.</li>
<li><b>As Always:</b></li>
<ul>
<li>You can view it at <a href="/types.html">types.html</a>, by opening the DevTools console or reading the table.</li>
@@ -74,7 +75,7 @@
<h1>June 3, 2022 - The Three Clicks Edition</h1>
<hr>
<ul>
- <li>Continued work on type inference logic.</li>
+ <li>Continued work on type intersection logic.</li>
<ul>
<li>There is now something that can parse in R2C types,
as well as plenty of methods for computing intersections between them.</li>
@@ -97,7 +98,7 @@
<li>Added Changelog.</li>
<li>Added a credits section.</li>
</ul>
- <li>Continued work on type inference logic.</li>
+ <li>Continued work on type intersection logic.</li>
<ul>
<li>You can view it at <a href="/types.html">types.html</a>, by opening the DevTools console.</li>
<li>The actual logic is contained in <code>/lib/types.js</code>.</li>
@@ -120,5 +121,6 @@
<li><a href="https://useiconic.com/open" target="_blank">Open Iconic - Various Icons</a></li>
<li><a href="https://fusejs.io" target="_blank">fuse.js - Searching through the JSON</a></li>
</ul>
+ <p>The term "R2C"(Rec Room Circuits) was coined by Demented on the <a href="https://discord.gg/recroom">RR Discord</a>.</p>
</body>
</html> \ No newline at end of file