Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 363 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 363 Bytes

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