Path conventions
This file contains information about different paths and files used by the I programming language.
Source code
When no path is given, ilang will first check for a src/main.il file, and then for a main.il file.
Imports
ilang will first look for build-in modules, then for files in the directory of the executed file and lastly for installed packages.
Configuration
ilang will first look for a iproject.toml and the for a project.toml file.
Last update:
2023-05-31