When navigating to https://loonlang.com/play I receive the following pop-up message:
runtime error; parse error at 44826..44889: error in fmt interpolation: unexpected character: ","
Pressing escape to close the pop-up displays the page, but the "Run" button no longer runs any submitted code.
Tested in Chrome, Edge & Firefox; identical. I can recall the playground functioning correctly prior to update of June 18th.
Chars 44826->44889 in crates/loon-lang/src/fmt/mod.rs are a chunk of render_group_fits() - doesn't seem right to me.
Same chars in crates/loon-lang/src/interp/mod.rs are roughly ln1050: "operation: op.to_string()," ?
Cheers!
When navigating to https://loonlang.com/play I receive the following pop-up message:
Pressing escape to close the pop-up displays the page, but the "Run" button no longer runs any submitted code.
Tested in Chrome, Edge & Firefox; identical. I can recall the playground functioning correctly prior to update of June 18th.
Cheers!