bitscript

0.1.0 • Public • Published

BitScript

BitScript is an experimental language that compiles to both JavaScript and C++. Memory management is done using annotations for shared and owned pointers. These annotations are thrown away when compiling to JavaScript but are converted to smart pointers when compiling to C++.

Demo: http://evanw.github.io/bitscript/demo/

/bitscript/

    Package Sidebar

    Install

    npm i bitscript

    Weekly Downloads

    2

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • evanw