static staging compiler
Перейти к файлу
Adrian Sampson f08fb024f2 Expose `float_array` function 2016-07-24 23:41:48 -07:00
.vscode updated vscode configuration for building and debugging in vs code. 2016-05-10 19:33:26 -04:00
dingus Expose `float_array` function 2016-07-24 23:41:48 -07:00
docs Refer to new home in Microsoft GH org 2016-06-01 16:24:34 -07:00
harness Performance measurement mode: unconstrained FPS 2016-07-07 16:59:49 -07:00
site Add IE (Edge) compatibility 2016-06-08 11:28:50 -07:00
src Expose `float_array` function 2016-07-24 23:41:48 -07:00
test Fix loop nesting in test 2016-06-14 16:52:59 -07:00
tool Fix compilation of munge script 2016-03-03 13:54:30 -08:00
.gitignore Use whitelist for deployment 2016-06-01 12:26:03 -07:00
CONTRIBUTING.md Add a contributing file 2016-06-01 16:31:37 -07:00
LICENSE New license holder 2016-06-01 10:57:26 -07:00
Makefile Add `while` to AST_TYPES 2016-06-14 16:09:54 -07:00
README.md Link to Microsoft OSS CoC 2016-06-21 13:42:02 -07:00
circle.yml Actually avoid CI on gh-pages branch 2016-06-01 13:02:12 -07:00
package.json Rename tools and packages 2016-06-01 11:03:31 -07:00
ssc.ts The great extension rename 2016-06-01 11:16:28 -07:00
ts.mk Make helpers 2016-03-03 13:35:15 -08:00
tsconfig.json Rename tools and packages 2016-06-01 11:03:31 -07:00
tslint.json tslint configuration 2016-04-14 15:16:10 -07:00
typings.json Dingus gets its own typings 2016-03-02 19:43:13 -08:00

README.md

Static Staging Compiler

build status

This is an experimental programming language for heterogeneous systems based on multi-stage programming. See the documentation for an introduction to the language.

The compiler is written in TypeScript and runs on Node. You can build the compiler and run a few small programs by typing make test (if you have npm). Check out the code documentation for an introduction to the compiler's internals.

Details

The license is MIT. This project uses the Microsoft Open Source Code of Conduct; check out the FAQ about the CoC.