Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace webview by DukTape js interpreter #3

Merged
merged 10 commits into from Nov 21, 2016

Conversation

niltonvasques
Copy link
Owner

  • Using a native lightweight javascript interpreter with DukTape lib
  • MathJS.eval() evaluate expressiosn synchronously.
  • Add MathJS.asyncEval() to evaluate expressiosn asynchronously.
  • Refactor tests and add more specs
  • Update readme with sync eval and more examples
  • Add conversion, determinants and complex numbers to tests

Fixes #2

Nilton Vasques added 10 commits November 20, 2016 12:33
* Using a native lightweight javascript interpreter with DukTape lib
* MathJS.eval() evaluate expressiosn synchronously.
* Add MathJS.asyncEval() to evaluate expressiosn asynchronously.
* Refactor tests and add more specs
* Update readme with sync eval and more examples
* Add conversion, determinants and complex numbers to tests

Fixes #2
    instance.
* Extract evaluate duktape calls to a private method.
@niltonvasques niltonvasques merged commit 33c9ed8 into master Nov 21, 2016
@niltonvasques niltonvasques deleted the iss2-native-evaluator branch November 21, 2016 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant