Skip to content

kirakiseki/CompilerInGo

Repository files navigation

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>

About

A simple compiler from scratch in GoLang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages