os1.lang

Undocumented in source.

Modules

jsvar
module os1.lang.jsvar

jsvar provides a D type called var that works similarly to the same in Javascript.

script
module os1.lang.script

A small script interpreter that builds on os1.lang.jsvar to be easily embedded inside and to have has easy two-way interop with the host D program. The script language it implements is based on a hybrid of D and Javascript. The type the language uses is based directly on var from os1.lang.jsvar.

Public Imports

os1.lang.jsvar
public import os1.lang.jsvar;
Undocumented in source.
os1.lang.script
public import os1.lang.script;
Undocumented in source.

Meta