-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved documentation; Added Glossary page
- Loading branch information
1 parent
5b63b67
commit ed2eb08
Showing
3 changed files
with
60 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Glossary | ||
description: Glossary of terms used in the Lingua Franca documentation. | ||
--- | ||
|
||
# Glossary | ||
|
||
Glossary of terms used in the Lingua Franca (LF) documentation. | ||
|
||
### LF File | ||
A source file with the `.lf` extension, representing a Lingua Franca (LF) program. | ||
|
||
### Package | ||
A collection of LF source files and directories, along with a `Lingo.toml` manifest file that defines the package configuration. Every package must include an `src/` directory containing the LF source files. | ||
The **package root** is the top-level directory where both the `Lingo.toml` file and the `src/` directory reside, serving as the main directory for the package. | ||
|
||
### Project | ||
Another term for a [package](#package). | ||
|
||
### Library File | ||
An LF file containing one or more reactors intended for reuse, designed to be imported into multiple LF files. | ||
|
||
### Package Manager | ||
A software tool that automates the installation, configuration, and management of packages. In the LF ecosystem, the `lingo` package manager is used to manage LF packages and dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters