Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressionParser

Simple mathematical expression parser and evaluator.

Features:

  • Variables: t, ...
  • Constants: e, pi, ...
  • Functions: sin, log, sqrt, ...
  • Absolute value: |expr| => abs(expr)
  • Respects operator precedence: 1 + 2 * 3 => (1 + (2 * 3))
  • Implicit multiplication: 3x => 3 * x

Example

image

About

A simple expression parser

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages