Skip to content
/ module_skeleton Public template

Nelson's module skeleton

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE.md
BSD-3-Clause
COPYING-BSD
Notifications You must be signed in to change notification settings

nelson-lang/module_skeleton

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 ([email protected])