mirror of
https://github.com/urinalcaketopper/fddl.dev.git
synced 2025-06-06 13:34:45 +00:00
mit? wtf?
This commit is contained in:
parent
cda840acf7
commit
50f40a92c3
@ -36,6 +36,7 @@
|
|||||||
<img src="03.png" alt="REPL Screenshot">
|
<img src="03.png" alt="REPL Screenshot">
|
||||||
<img src="04.png" alt="Parsing 'hello, world'">
|
<img src="04.png" alt="Parsing 'hello, world'">
|
||||||
<img src="05.png" alt="ast progress">
|
<img src="05.png" alt="ast progress">
|
||||||
|
<img src="06.png" alt="arithmatic parsing">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
@ -104,6 +105,8 @@ cargo run</code></pre>
|
|||||||
</ul>
|
</ul>
|
||||||
<p><strong><code>Parser</code>:</strong></p>
|
<p><strong><code>Parser</code>:</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li class="task-list-item"><input type="checkbox" checked disabled> Parser parsing tilde and minus successfully.</li>
|
||||||
|
<li class="task-list-item"><input type="checkbox" disabled> Parser parsing the rest of the operators.</li>
|
||||||
<li class="task-list-item"><input type="checkbox" disabled> Working on building out functions to parse simple functionality in the language (if, while, for), and to read their expressions and values</li>
|
<li class="task-list-item"><input type="checkbox" disabled> Working on building out functions to parse simple functionality in the language (if, while, for), and to read their expressions and values</li>
|
||||||
<li class="task-list-item"><input type="checkbox" disabled> Implement parsing for function calls, expressions, checks, literally everything.</li>
|
<li class="task-list-item"><input type="checkbox" disabled> Implement parsing for function calls, expressions, checks, literally everything.</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -129,7 +132,7 @@ cargo run</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
<p>This project is licensed under the MIT License.</p>
|
<p>This project is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL</a>.</p>
|
||||||
|
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
<p><a href="/cdn-cgi/l/email-protection#cabeb8a3b9beaba48aacaeaea6e4aeafbc">Contact</a></p>
|
<p><a href="/cdn-cgi/l/email-protection#cabeb8a3b9beaba48aacaeaea6e4aeafbc">Contact</a></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user