EbNoL Menu

Compiler Usage

Learn how to use the compiler to generate an executable or C++ code from EbNoL.


Creating Modules

Learn how to develop the structure of your first EbNoL program. Create a one or multi file program with a main function entry point.


Data and Variables

Learn the different data types native to EbNoL as well as how to declare those variables.


Logic Statements

Learn how to use the if, if else, and switch statements that come with EbNoL.


Loops

Learn how to use the different types of loops that EbNoL supports.


Error Handling

Learn how to safely and efficiently handle errors within EbNoL.


Functions

Learn how to break out your code into different functions.


Classes

Learn how to break out your code into different classes.


C/C++ Integration

Learn how to include C/C++ code directly in your EbNoL program or use C/C++ libraries with your EbNoL program.


Unit Test Generation

Learn how to have EbNoL automatically generate unit tests for your program.


Real Time Task Scheduling

Learn how to have various tasks run in parallel to the main task and schedule and track their running.


Message Passing

Learn how to communicate with the tasks running in parallel that were created in the previous tutorial.

Additional Resources

Additional resources are currently in the works. After all tutorials are completed a reposatory of examples will be created for reference and use as a framework. Documentation will also be posted on all the avaialble features and capabilities of EbNoL.

Status

Currently, EbNoL is still in development. Upon completion of development a testing phase will be released. For pre-release access please request through email.