Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 403 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 403 Bytes

About Nelson's module package

Template to create external Nelson's module with macros only.

This module is released under the 3-clause BSD license.

You can install in Nelson:

nmm('install', 'https://github.com/nelson-lang/module_skeleton#master')

Build module:

run('builder.m')

Load module:

run('loader.m')

Allan CORNET (nelson.numerical.computation@gmail.com)