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.
Go to file
Jos de Jong 35a8c62ff2 Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
build Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
src Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
.gitignore Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
LICENSE Initial commit 2022-12-02 14:04:53 +00:00
README.md Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
package.json5 Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
pnpm-lock.yaml Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
tsconfig.json Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00

README.md

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:

pnpm install
pnpm build-and-run