andrewkwon / substitute_text_and_repeat

Tool for performing simple text substitution and repetition on a marked up text
0 stars 0 forks source link

Inputs with pure python code #1

Closed andrewkwon closed 1 year ago

andrewkwon commented 1 year ago

Add the ability to have input with pure python code that gets added directly to the intermediate code during compilation:

<PY*>
print("Hello World!")
<*PY>