You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
12 years ago | |
|---|---|---|
| LICENSE.md | 12 years ago | |
| README.md | 13 years ago | |
| cexps.js | 12 years ago | |
| closure_conversion.js | 12 years ago | |
| desugar.js | 12 years ago | |
| environments.js | 12 years ago | |
| errors.js | 12 years ago | |
| example.jl | 12 years ago | |
| fib.jl | 12 years ago | |
| parse.js | 12 years ago | |
| pprint.js | 12 years ago | |
| representation.js | 12 years ago | |
| test.js | 12 years ago | |
| tokenize.js | 12 years ago | |
| tools.js | 12 years ago | |
| treegen.js | 12 years ago | |
| typecheck.js | 12 years ago | |
README.md
This is the beginnings of a little language based on a typed LC with let and mainly inspired by these:
- http://cs.brown.edu/~sk/Publications/Books/ProgLangs/
- http://www.cs.indiana.edu/hyplan/dfried/ts.ps (I plan on generating code in trampolined style)
- http://lucacardelli.name/papers/basictypechecking.a4.pdf