invicticide / coroutine-js

A demonstration of a simple nestable coroutine implementation in TypeScript/JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coroutine-js

This is a demonstration of a simple nestable coroutine implementation in TypeScript/JavaScript.

Build output is already included in dist/ but you can also do npm run build to rebuild everything. Look at build.js for the build script; it wraps the TypeScript invocation and copies assets (e.g. the index.html).

Launch dist/index.html to view the demo.

About

A demonstration of a simple nestable coroutine implementation in TypeScript/JavaScript

License:MIT License


Languages

Language:JavaScript 57.3%Language:TypeScript 41.7%Language:HTML 1.0%