Skip to content

Commit 2bc945a

Browse files
committed
Add a basic top-level README.
SJS-DCO-1.0-Signed-off-by: Manu Sridharan <[email protected]>
1 parent 9e86fed commit 2bc945a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)