This repository contains all the Toba programming language libraries. These libraries are designed to extend and enhance the functionality of the Toba programming environment.
Each directory in this repository corresponds to a specific library for the Toba language.
To use these libraries with the Toba executable, follow these steps:
-
Locate the
modulesDirectory:- Ensure that you have the Toba executable installed.
- Navigate to the root directory where the Toba executable is located.
-
Copy the Libraries:
- Download or clone this repository using:
git clone https://github.com/TobaMan/TobaLibs.git
- Copy the desired libraries (or all libraries) into the
modulesdirectory at the root of the Toba executable.
- Download or clone this repository using:
If your Toba executable is located in /path/to/toba/, the structure should look like this after installing the libraries:
/path/to/toba/
├── Toba.exe
├── modules/
│ ├── libpath/
│ ├── libtest/
│ ├── libcompiler/
│ └── ...
- For further details on each library's functionality, refer to the individual
README.mdfiles within each library directory.
This repository is licensed under the MIT License. For more details, see LICENSE.