package
0.0.0-20230827225450-169fbabbf91c
Repository: https://github.com/rect-lang/rect-go-compiler.git
Documentation: pkg.go.dev

# README

ReCT Lowerer

This gamer is responsible for converting complex structures like While, For, From-To loops and if statements into a series of simple label and goto statements.
This is just to make life easier when writing the emitter or interpreter!