DreamBerd
DreamBerd copied to clipboard
[Feature Request] Multiple question marks annotation
Describe feature:
Originally, you can put a question mark at the end of a line instead. It prints debug info about that line to the console for you. With this new feature, you can add more question marks at the end which allow the code to be compiled regardless of the possibility. The more incorrect the code is, the more question marks will be required. This will ensure the unlimited power and possibilities of the language, make it truly the dream language and live up to its name
Example:
<div class="text-sm bg-red border-2">Red</div> // this wouldn't work due to the class reserved keyword
<div class="text-sm bg-red border-2">Red</div>? // this might work
<div class="text-sm bg-red border-2">Red</div>?? // this has slightly better chance to work
<div class="text-sm bg-red border-2">Red</div>???????????????????????? // this is pretty sure to work