diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-08 22:02:16 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-06-08 22:02:16 +0000 |
commit | 0490ebfefc2fb9383f8ff3a3302af2842e928377 (patch) | |
tree | 1807580dda9a4d833327741ac601e931d5fc6434 /index.html | |
parent | d286258f7c05b1a98f9a9aea388690a85246fd87 (diff) | |
download | RRCUtils-0490ebfefc2fb9383f8ff3a3302af2842e928377.tar.gz RRCUtils-0490ebfefc2fb9383f8ff3a3302af2842e928377.tar.bz2 RRCUtils-0490ebfefc2fb9383f8ff3a3302af2842e928377.zip |
moved types.js to chips2.js, added a basic copy of the old logic, written with the new type parser
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |