Chia-Network / clvm_tools_rs

clvm_tools ported to rust based on https://github.com/Chia-Mine/clvm_tools-js/, and chialisp-21 dialect with a new compiler.
Apache License 2.0
11 stars 13 forks source link

Change how string output is generated for atoms and strings #100

Closed prozacchiwawa closed 1 month ago

prozacchiwawa commented 2 months ago

This changes how the printable representation of some strings and atoms is generated. Exclude '"', ' ' and "'" from atoms and '"' from strings. Changes the print representation of strings and atoms only.