init repl with string passthru

This commit is contained in:
2025-11-02 03:48:53 -10:00
parent 143b17a6c1
commit bc3570ab3d
4 changed files with 40 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
package eval
func Eval(ast any) any {
return ast
}