# steptoe

> Simple language, based on Javascript, with an interpreter designed for asynchronous step execution

Latest version **0.0.0** (published 2014-04-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install steptoe
pnpm add steptoe
yarn add steptoe
bun add steptoe
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2014-04-01 |
| First published | 2014-04-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jason Frame |
| Maintainers | jaz303 |
| Keywords | language, teaching, learning, interpreter |

## Links

- npm: https://www.npmjs.com/package/steptoe
- Repository: https://github.com/jaz303/steptoe
- Issues: https://github.com/jaz303/steptoe/issues
- npm.io page: https://npm.io/package/steptoe

## Recent versions

- 0.0.0 (latest) — 2014-04-01

## README

# steptoe

## TODO

  * Refactor to heavyweight (i.e. observable) AST
  * Function definitions
  * Function calls
  * Return
  * unary operators
  * arrays
  * dictionaries
  * <del>while loop</del>
  * break
  * foreach / for loop
  * <del>if/else statement</del>
  * <del>logical operators</del>
  * native functions
  * Closures, maybe
  * Parser

## Notes

Just thinking about this, the compiler is going to need to plant code that causes the interpreter to yield to the executor. It's either that or a yield after every step, which will be even slower than it is already.

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