Skip to content

An experimental language that compiles to JavaScript and C++

Notifications You must be signed in to change notification settings

mcanthony/bitscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

An experimental language that compiles to JavaScript and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • TypeScript 47.3%
  • HTML 2.5%
  • CSS 1.3%
  • Makefile 0.2%