os1.lang

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.