Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.24 KB

Nelson GitBook 📚

Welcome to the Nelson GitBook repository! This project contains the documentation for the Nelson programming language.

Table of Contents 📑

Introduction 🌟

Nelson is a powerful and easy-to-use programming language designed for simplicity and efficiency. This GitBook provides comprehensive documentation to help you get started and make the most of Nelson.

Prerequisites 🛠️

cargo install mdbook
  • node (prettier)
nvm use .
npm install
  • Nelson (version that you want to add help files)

Installation ⚙️

update_help will extract all help files, convert them to markdown, prettify, and convert them to HTML.

% from nelson-gitbook root directory
run('./scripts/update_help.m);

Commit modified files and check results: https://nelson-lang.github.io/nelson-gitbook/

License 📜

This project is licensed under same license than Nelson. See the LICENSE file for more details.

Happy coding with Nelson! 🎉

Contact: Allan CORNET ([email protected])