Back to Valdi

TypeScript Native Compiler

tsn/README.md

latest224 B
Original Source

TypeScript Native Compiler

Assuming commands made from src/tsn

To run n-body example:

> scripts/compile_nbody.sh
> bzl run nbody_main

To run test262 example:

> scripts/compile_test262.sh
> bzl test 262