typhon-lang

Typhon = Python + Types + ECMAScript modules

Usage no npm install needed!

<script type="module">
  import typhonLang from 'https://cdn.skypack.dev/typhon-lang';
</script>

README

typhon-lang

Python Tools for Scanning, Parsing, Semantic Analysis, and Code Generation.

Based on the SPARK tool chain:

http://pages.cpsc.ucalgary.ca/~aycock/spark/

Installation

npm install

Building

npm run build

Linting

npm run lint

Testing

npm run test

Documentation

npm run docs