begin ir emit

This commit is contained in:
Robin 2025-01-21 06:07:33 +01:00
parent 8f115f8c1a
commit 0fabececd0

View File

@ -1 +1,15 @@
package ttir
import "robaertschi.xyz/robaertschi/tt/tast"
func EmitProgram(program *tast.Program) *Program {
}
func emitFunction(function *tast.FunctionDeclaration) *Function {
}
func emitExpression(expr *tast.Expression) (Operand, []Instruction) {
}