We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e86fed commit 2bc945aCopy full SHA for 2bc945a
README.md
@@ -0,0 +1,12 @@
1
+SJS
2
+===
3
+
4
+SJS is a static ahead of time compiler for a subset of JavaScript.
5
+The main documentation is in the
6
+[README of the `sjsc/` folder](sjsc/README.md), for now. The
7
+following research papers describe aspects of SJS in more detail.
8
9
+* [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
10
+* [Type Inference for Static Compilation of JavaScript](https://arxiv.org/abs/1608.07261), OOPSLA 2016
11
+* [A Practical Framework for Type Inference Error Explanation](http://dl.acm.org/citation.cfm?id=2983994&CFID=858846070&CFTOKEN=59886134), OOPSLA 2016
12
0 commit comments