umx_asm

UMX virtual machine assembly compiler
git clone git://bsandro.tech/umx_asm
Log | Files | Refs | README | LICENSE

commit 81182f3de0830eb5c14ffb0bc266f4688879919b
parent 30df3ee192e18155f463c494673a26308eea9dda
Author: bsandro <email@bsandro.tech>
Date:   Thu, 14 Jul 2022 01:42:40 +0300

Moved executable/main module to the cmd/umas subdirectory. I guess the name of the utility is "umas" now.

Diffstat:
M.gitignore | 2+-
Rmain.go -> cmd/umas/main.go | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ -umx_asm +cmd/umas/umas* *.um diff --git a/main.go b/cmd/umas/main.go