FlatLang / Flat

(Deprecated) Soon-to-be legacy Flat compiler all in one
6 stars 0 forks source link

Add import classes #393

Open BSteffaniak opened 7 years ago

BSteffaniak commented 7 years ago

e.g.

package "novex/nest"

import "novex/nest/Nest"
import "novex/nest/TestSuite"

import static "novex/nest/Nest"

import class NestImports

and by importing "novex/nest/NestImports" you gain all of the imports defined in the NestImports file declaration.