Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 402 Bytes

ExampleComponents

Introduction

This is a basic component library for JSML. It can be used as a template for starting JSML projects.

Build

To translate the JSML code into Julia, simply run the juliasim compiler, e.g.,:

$ juliasim compile .

Once built, you can commit the generated code to the git repository and/or publish this code in a registry as a normal Julia package.