This PR intends to make easier the compiler use, as per #38 that adds a main function to rust if it's missing, this one extends that for the sake of consistency, adding the same to the other languages in this case with the option to opt out, in case some special use is required.
Using the --escape will change \` for ` in your code, and the embeds are also fully escaped using the <200e>
Description
This PR intends to make easier the compiler use, as per #38 that adds a main function to rust if it's missing, this one extends that for the sake of consistency, adding the same to the other languages in this case with the option to opt out, in case some special use is required.
Using the
--escape
will change \` for ` in your code, and the embeds are also fully escaped using the <200e>