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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thank you so much :) #19

Open
eboatwright opened this issue Feb 26, 2022 · 1 comment
Open

Thank you so much :) #19

eboatwright opened this issue Feb 26, 2022 · 1 comment

Comments

@eboatwright
Copy link

Thank you so much for making your Let's build a simple interpreter series, it's really helping me learn how interpreters work while I'm making my own programming language in JavaScript 馃槃

@eboatwright
Copy link
Author

I just finished part 6, and I went down my own little rabbit hole, and COMPLETELY BY MYSELF (I'm very proud of myself 馃槃) implemented semicolons at the end of every line of code, (it throws an error if there's no semicolon) and, if statements where if there's 2 equations with an equal sign between them, it checks if they're equal, but it just returns the result if not. Also, I implemented multi-line programs! where it loops through each line and does all the above for it! Thank you so much for this amazing series

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

No branches or pull requests

1 participant