Skip to content

bjwbell/gir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gir

Go Intermediate Representation

Build Status

format

The GIR format borrows from the Go compiler SSA output format.

Examples, multiple an integer by 8.

result = x * 8

Definition of a function:

func main() {
  ret
}

keywords

  1. func
  2. return

About

Go Intermediate Representation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published