Welcome to the Nelson GitBook repository! This project hosts the official documentation for the Nelson programming language.
Nelson is a powerful, user-friendly programming language focused on simplicity and efficiency. This GitBook provides comprehensive documentation, tutorials, and references to help you get started and master Nelson.
Before you begin, ensure you have the following installed:
To set up your environment:
nvm use .
npm installTo generate and update the documentation:
-
Run the update script from the root directory to extract all help files, convert them to Markdown, prettify, and generate HTML:
% From nelson-gitbook root directory run('./scripts/update_help.m');
-
Review and commit the modified files.
-
Check the published documentation at: https://nelson-lang.github.io/nelson-gitbook/
- Browse the documentation online or locally.
- To contribute or update help files, edit the relevant source files and rerun the update script.
Contributions are welcome! Please open issues or submit pull requests for improvements, corrections, or new content.
This project is licensed under the same license as Nelson. See the LICENSE file for details.
Maintainer: Allan CORNET
Email: nelson.numerical.computation@gmail.com
Happy coding with Nelson! 🎉