Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 591 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 591 Bytes

CompilerInGo

A simple compiler from scratch in GoLang

Usage

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

Preview

image

Dev

Go 1.19.3

Build

go build main.go

Run

./CompilerInGo <CLi Args>