# golox Lox implementation in Golang Build with: ``` go build -o bin/golox ``` Run with no arguments for prompt interpreter: ``` bin/golox ``` Or with script name for script execution: ``` bin/golox lox_script_name ```