Skip to content

feat: add the "use" keyword #18

@Zffu

Description

@Zffu

The use keyword will be used to include other Quickfall files, adding their contents to the IR context.

In order to use another Quickfall file you can simple provide the path like the following

use "./myOtherFile"; // Quickfall automatically adds .qf

Additionally, the use keyword will allow to use the standart lib like the following:

use std:io:[print]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions