Updated readme (conditional comp. -> GOOS/GOARCH)

This commit is contained in:
Sasha Koshka 2024-04-09 19:00:59 +00:00
parent 018dc31d04
commit c934a6c76c
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ IR module tree.
## Organization
Generator defines the Target type, which contains information about the system
that the program is being compiled for. The native sub-package uses Go's
conditional compilation directives to provide a default Target that matches the
system the compiler has been natively built for.
that the program is being compiled for. The native sub-package uses GOOS and
GOARCH to provide a default Target that matches the system the compiler has been
natively built for.
The entry point for all logic defined in this package is Target.Generate(). This
method creates a new generator, and uses it to recursively generate and return an