Skip to content
/ gopy Public

Go compiler written in Python for x86 (32-bit) architecture

Notifications You must be signed in to change notification settings

shivnshu/gopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoPy

Go compiler written in Python

Instructions

  1. cd src/codegen
  2. Run ./codegen.py <input> <output> to generate machine code
  3. ./link-run.sh <machine_code> to link, load and run the binary

About

Go compiler written in Python for x86 (32-bit) architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages