Skip to content

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.

Notifications You must be signed in to change notification settings

muktihari/explainexpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks