package
0.3.2
Repository: https://github.com/serulian/compiler.git
Documentation: pkg.go.dev

# Packages

codedom package contains types representing a lower-level IR for easier construction of ES5.
dombuilder package defines methods for translating the Serulian SRG into the codedom IR.
expressiongenerator defines code for translating from CodeDOM expressions into esbuilder ExpressionBuilder objects.
No description provided by the author
statemachine package contains the helper code for generating a state machine representing the statement and expression level of the ES5 generator.

# Functions

GenerateES5 produces ES5 code from the given scope graph.