package main import ( "os" "github.com/mewsen/interpreter/lexer/repl" ) func main() { repl.Start(os.Stdin, os.Stdout) }