This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
csaftoiu (author)
Tue Oct 20 20:04:20 -0700 2009
typedjs /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README | ||
| |
Setup.hs | ||
| |
TypedJavaScript.cabal | ||
| |
data/ | ||
| |
ghci | ||
| |
rhino | ||
| |
run | ||
| |
src/ | ||
| |
test | ||
| |
tests/ |
README
Typed JavaScript ================ Copyright (c) 2009 Claudiu Saftoiu and Arjun Guha. All Rights Reserved. Coding Guidelines ----------------- Maximum line length is 80 characters. Arjun will kill anyone who violates this. We follow PEP 8 (http://www.python.org/dev/peps/pep-0008/) conventions for blank lines: "Separate top-level function and class [sic.] definitions with two blank lines." Building and Testing -------------------- > ./Setup.hs configure --user && ./Setup.hs build Builds the system in ./dist, configured to install to $HOME/.cabal by default. However, there is no need to install the typechecker. You can develop and test it in-place. > ./test This runs the test suite in-place. You can add tests and re-run just this command. However, if you modify the type-checker, you will need to rebuild.








