An open API service indexing awesome lists of open source software.

https://github.com/samsung/sjs

SJS is a static ahead of time compiler for a subset of JavaScript
https://github.com/samsung/sjs

Last synced: 12 months ago
JSON representation

SJS is a static ahead of time compiler for a subset of JavaScript

Awesome Lists containing this project

README

          

SJS
===

SJS is a static ahead of time compiler for a subset of JavaScript.
The main documentation is in the
[README of the `sjsc/` folder](sjsc/README.md), for now. The
following research papers describe aspects of SJS in more detail.

* [SJS: A Type System for JavaScript with Fixed Object Layout](http://link.springer.com/chapter/10.1007%2F978-3-662-48288-9_11), SAS 2015
* [Type Inference for Static Compilation of JavaScript](https://arxiv.org/abs/1608.07261), OOPSLA 2016
* [A Practical Framework for Type Inference Error Explanation](http://dl.acm.org/citation.cfm?id=2983994&CFID=858846070&CFTOKEN=59886134), OOPSLA 2016