Bubbler-4 / TryInBrowser

Online interpreter that works even if you go offline
https://try-in-browser.netlify.app/
MIT License
4 stars 0 forks source link

Add /// (slashes) #11

Closed ysthakur closed 3 years ago

ysthakur commented 3 years ago

/// is a pretty cool esolang based entirely on string substitutions. I'm not entirely sure if my implementation is correct because it doesn't print between iterations and it wasn't clear if that was supposed to happen. It'd be a pretty trivial correction, though.

netlify[bot] commented 3 years ago

✔️ Deploy Preview for try-in-browser ready!

🔨 Explore the source changes: f878aedf2be0a53a695e4822b9a4e4d0d701e829

🔍 Inspect the deploy log: https://app.netlify.com/sites/try-in-browser/deploys/611836f1f0195600085de7f0

😎 Browse the preview: https://deploy-preview-11--try-in-browser.netlify.app

Bubbler-4 commented 3 years ago

Looks good, and seems to have the correct behavior for all programs on the esolangs page.

Bubbler-4 commented 3 years ago

If you're interested, I heavily refactored the slashes source code.