GitXplorerGitXplorer
T

math-parser

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2c74ed5d82971100c51eee8a497e6dc21b1f97de

add README

TTsugami committed 3 years ago
Unverified
f16db2ee5250e482a31ab9464f70a8a0ea99c568

fix: recursive calc

TTsugami committed 3 years ago
Unverified
271e9fb5b15ba6959c8e5a85aa51b8a79c654195

feat: add exponential support

TTsugami committed 3 years ago
Unverified
54ff4affb1c9db0e88bb2c9a33200d0ed4fddccb

feat: command line

TTsugami committed 3 years ago
Unverified
ee7bc03dc4e68918d89d80f49bb2d82e12ffc71d

test: add params tests and error tests

TTsugami committed 3 years ago
Unverified
fca76db76392bde5909ea4fe2038f11c3f8c8f47

feat: add params support

TTsugami committed 3 years ago

README

The README file for this repository.

Math Parser

This is an calculator parser, you can understand how to use reading math-parser.spec.ts

Installation

yarn install

run CLI

yarn start --help

run testings

yarn test

Todo

  • [ ] floating support