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
2023-02-02 15:07:47 +01:00
build Set up typescript-rtti (WIP) 2023-01-25 14:42:23 +01:00
src fix some exports not being understood by typescript-rtti 2023-02-02 15:05:55 +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
package.json5 chore: switch to the typescript and typescript-rtti versions used in the online playground 2023-02-02 15:07:47 +01:00
pnpm-lock.yaml chore: switch to the typescript and typescript-rtti versions used in the online playground 2023-02-02 15:07:47 +01:00
README.md 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

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