Custom libraries
Last updated
Was this helpful?
Last updated
Was this helpful?
In JM-, custom libraries are written in .jh
files with a unique syntax, they are described as "literally just groups of #def
initions".
The .jh
file extension stands for JmdHeader
.
To create your own library for JM-, you can use the syntax example below (extracted from the, )
-> n*
for (file)name
-> l*
for language
-> c*
for contents
-> a*
for appendables
In the n*
option the inserted name must be the same one as the .jh
file's name
In the l*
option the language name must be in lower caps and without special characters (e.g. &(l*<jmd|c|cpp|python|csharp|etc..);
)
l*
currently only supports JM- as "scripting" language
You cannot in a .jh
file