Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 530 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 530 Bytes

Explain Expr

Explain Expr is an experimental Go WebAssembly Project to evaluate basic mathematical expression and boolean expression from a string input returning the output with step by step explanation. The evaluation process is performed by https://github.com/muktihari/expr, which is written in Go.

To create a compact binary size, we compile the Go source code using tinygo.

sample