typocomath/README.md

13 lines
512 B
Markdown
Raw Normal View History

2022-12-02 14:04:53 +00:00
# typocomath
A final (?) prototype for a refactor of mathjs, culminating the picomath, pocomath, typomath series. Provides an extensible core with "fuzzy" types for its operations, that can at any time generate exact .d.ts file for its current state.
To build and run the prototype, run:
```
2023-01-25 13:42:23 +00:00
pnpm install
pnpm build-and-run
```
This will execute the code in the file `src/index.ts`. You can run another source file like `src/isolate_bug.ts` by doing the above and then executing `node build/isolate_bug.js`.