Skip to content

Commit

Permalink
Merge branch 'sauppb:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sauppb authored Sep 2, 2023
2 parents 6abe7e4 + 26414c4 commit 7d8c2b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 0 additions & 4 deletions public/BugsList.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ <h2>Reported Bugs</h2>
<td><span class="uncertain">Error Messages</span></td>
<td>Please send any code that genertaes a scenerio that generates either an inaccurate or missing error statement</td>
</tr>
<tr>
<td><span class="uncertain">Return Statements</span></td>
<td>The return statements in functions are not working properly. This will hopefully get fixed before Ben goes on vacation.</td>
</tr>

</table>
</main>
Expand Down
8 changes: 8 additions & 0 deletions public/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ <h2>Changelog</h2>
<li>Added support for function calls as an expression</li>
</ul>
</li>
<li>
<strong>Week of August 27th, 2023:</strong>
<ul>
<li>LOTS of fixes to the datatypes. Turns out only 2 of them were working before today.</li>
<li>New Manual feature allows users to read the official documentation that I developed this language for</li>
<li>tab feature is a work in progress</li>
</ul>
</li>
</ul>
</body>
</html>
Expand Down
6 changes: 5 additions & 1 deletion public/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ <h5>The following are features that are considered to be working:</h5>
<th>Feature Name</th>
<th>Feature Description</th>
</tr>
<tr>
<td><span class="unlikely-change">Manual</span></td>
<td>button for referencing the documentation </td>
</tr>
<tr>
<td><span class="upgraded">Error Messages</span></td>
<td>These are taking much longer than I thought they would. the Highlighting seems a bit inconsistent.</td>
Expand Down Expand Up @@ -201,7 +205,7 @@ <h5>The following are features that are planned for the future:</h5>
<td>have links to example code with explanations of how it works</td>
</tr>
<tr>
<td><span class="active-development">Help menu</span></td>
<td><span class="active-development">Help Menu</span></td>
<td>A tutorial on what Praxly is and how to use it.</td>
</tr>

Expand Down

0 comments on commit 7d8c2b4

Please sign in to comment.