5 lines
195 B
Go
5 lines
195 B
Go
// Package generator implements the code generation stage of the FSPL compiler.
|
|
// It converts a well formed semantic tree into LLVM IR code, and outputs it to
|
|
// an io.Writer.
|
|
package generator
|