Logan Hodgson
Logan Hodgson
Per the [Python Docs](https://docs.python.org/3/library/pickle.html), > The pickle module is not secure. Only unpickle data you trust. > ... > Safer serialization formats such as [json](https://docs.python.org/3/library/json.html#module-json) may be more appropriate if...
Python uses r"raw string" syntax to use string with no escapes in it, but I think Rust is pretty unique in allowing the programmer to specify, in place, the number...
Could you clarify what/where the review questions are?
Your review says "Pending", probably why I can't see it. Is there a "submit review" button?
My objective was to match Rust's syntax as much as possible, and prefixing raw strings with an "r" is pretty common in other languages too. Changing the syntax would undermine...
Okay, I see your point. Maybe keeping the languages separated makes it more distinguishable anyways! ¯\_(ツ)_/¯
Not sure what you mean. Can you link to Rhai's existing syntax highlighting? I'm not too familiar with language servers, but I figured they used something similar to regular expressions....