Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polishes and completes the REPL interface #14

Merged
merged 8 commits into from
Nov 3, 2023
Merged

Polishes and completes the REPL interface #14

merged 8 commits into from
Nov 3, 2023

Conversation

Altoids1
Copy link
Owner

@Altoids1 Altoids1 commented Nov 3, 2023

Changelog

  • The REPL now completely works!
  • The REPL now includes a cool bit of ASCII art to display, featuring a doc link and a version number. Wow!

This was pretty difficult to do, since, from the beginning of the language, statements have been parsed within readBlock and its little context, with its little variables. No more!

Realizing now that the code around statements is EXTREMELY messy. Readability could definitely be improved!
This is very cool c:
The little bowtie on top of all of this ❤️
We should be using our homebrew hashtable implementation, anyways!
This is such a weird bug. It's Windows only, because it only shows up of /table/foo hashes before /table, which isn't true via GCC but is via MSVC. Yeesh!
Plus a proper test for it working, within the try_catch.jao test. Yay!
@Altoids1 Altoids1 merged commit bfacd42 into main Nov 3, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant