Comment on Making a Mini-Lisp: Introduction to Transpilers in JavaScriptparentComments−0_00_010yEval? Code as as string, parse, analyze, etc. Then code gen the JS you need into a string. Eval the string.
Comments
Eval? Code as as string, parse, analyze, etc. Then code gen the JS you need into a string. Eval the string.