Neat-Lang / neat

The Neat Language compiler. Early beta?
BSD 3-Clause "New" or "Revised" License
111 stars 9 forks source link

Add quine demo #26

Closed dbohdan closed 1 year ago

dbohdan commented 1 year ago

Not making things too easy with printf.

FeepingCreature commented 1 year ago

Re the [ascii], you can use '' char codes. .... hang on, wait, why not just use strings there? .... Oh, I get it.

FeepingCreature commented 1 year ago

Can't help but feel there's a better way to do that. Ah well. Thanks!