umx_compiler

UMX virtual machine "Monkey" interpreter / bytecode compiler
git clone git://bsandro.tech/umx_compiler
Log | Files | Refs

commit 24a5ff1ef1ac1e2fbc4f3662af3ac9a4066c7205
parent 4dea3b2e446b0a0628a452a4a69552cb28c841b3
Author: bsandro <email@bsandro.tech>
Date:   Thu, 14 Jul 2022 02:14:36 +0300

bump Go version to 1.18

Diffstat:
Mgo.mod | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod @@ -1,3 +1,3 @@ module interp -go 1.17 +go 1.18