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.
|
11 years ago | |
---|---|---|
LICENSE.md | 11 years ago | |
README.md | 12 years ago | |
cexps.js | 11 years ago | |
closure_conversion.js | 11 years ago | |
desugar.js | 11 years ago | |
environments.js | 11 years ago | |
errors.js | 11 years ago | |
example.jl | 11 years ago | |
fib.jl | 12 years ago | |
parse.js | 11 years ago | |
pprint.js | 11 years ago | |
representation.js | 11 years ago | |
test.js | 11 years ago | |
tokenize.js | 11 years ago | |
tools.js | 11 years ago | |
typecheck.js | 11 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