A simple compiler from scratch in GoLang
Download build artifact from Releases
run in Bash(Linux/macOS)/CMD(Windows).
use command line args to specify the file to compile and the level that logger uses.
./CompilerInGo -f test.program -m DEBUG
Go 1.19.3
go build main.go
./CompilerInGo <CLi Args>