Module liva_parser::statement::import[][src]

Expand description

Import other modules into the current namespace

The import statement allowes to import modules from the standard lib, local modules or thid-party modules

import math
import lib.functools

external import frosch.handler as fhandler

Structs

The import struct represents one import statement

Functions

Parses the input inot a Import struct