jostylr / literate-programming-lib

The library component of literate-programming
MIT License
36 stars 3 forks source link

eval #21

Closed jostylr closed 7 years ago

jostylr commented 7 years ago

Make it convenient to evaluate incoming text. Currently because of subcommands, one needs the eval(text) to be written elsewhere. Maybe evil (i for input).

jostylr commented 7 years ago

also eliminate the text.toString as we no longer require text to be passed along. Also change that name to ret for return.

jostylr commented 7 years ago

evil implemented. text.toString changed to text; leaving it as text as it is the incoming text and may or may not be what is passed on.