Documentation ¶
Overview ¶
Package compiler is the entrypoint to Joy's compiler It follows the steps outlined in: https://mat.tm/joy/#how
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse loads, indexes and graphs the program
This is breaking down our program into all the pieces we need to build it back up as a Javascript program.
Eventually, we'll be able use this stage separately from assembling to incrementally compile packages
Types ¶
Click to show internal directories.
Click to hide internal directories.