mirror of
https://github.com/RoBaertschi/tt.git
synced 2025-04-15 21:43:30 +00:00
9 lines
89 B
Go
9 lines
89 B
Go
package asm
|
|
|
|
type Backend string
|
|
|
|
const (
|
|
Fasm Backend = "fasm"
|
|
Qbe Backend = "qbe"
|
|
)
|