package
1.1.0
Repository: https://github.com/gnolang/tlin.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ExprCall gets the call of an ExprStmt.
No description provided by the author

# Constants

Break branches break out of a surrounding `for` loop.
Continue branches continue a surrounding `for` loop.
No description provided by the author
Exit exits the current program.
Goto branches jump to a label.
Panic panics the current program.
No description provided by the author
Regular branches not categorized as any of the above.
Return branches return from the current function.

# Variables

DeviatingFuncs lists known control flow deviating function calls.

# Structs

Args contains arguments common to early-return.
Branch stores the branch's information within an if-else statement.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author