# typhon-lang

> Typhon = Python + Types + ECMAScript modules

Latest version **1.0.13** (published 2023-03-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install typhon-lang
pnpm add typhon-lang
yarn add typhon-lang
bun add typhon-lang
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2023-03-04 |
| First published | 2017-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | David Geo Holmes |
| Maintainers | geometryzen, ryanrio |

## Links

- npm: https://www.npmjs.com/package/typhon-lang
- Repository: https://github.com/geometryzen/typhon-lang
- Homepage: https://github.com/geometryzen/typhon-lang#readme
- Issues: https://github.com/geometryzen/typhon-lang/issues
- npm.io page: https://npm.io/package/typhon-lang

## Recent versions

- 1.0.13 (latest) — 2023-03-04
- 1.0.12 — 2023-03-03
- 1.0.11 — 2023-03-03
- 1.0.10 — 2023-01-22
- 1.0.9 — 2022-02-11
- 1.0.8 — 2022-02-11
- 1.0.7 — 2022-02-10
- 1.0.6 — 2022-02-10
- 1.0.5 — 2022-02-10
- 1.0.4 — 2022-02-10
- 1.0.3 — 2022-02-09
- 1.0.2 — 2022-02-09
- 1.0.1 — 2022-02-09
- 1.0.0 — 2022-02-09
- 0.12.11 — 2022-02-04
- … 36 more at https://npm.io/package/typhon-lang/versions

## 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
```

---
_Source: https://npm.io/package/typhon-lang · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
