Skip to content

uqbar-taller-de-lenguajes/simple-math-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Math Parser

This is a peg.js simplified adaptation of the parser I built for my Systems' Design project.

It does not fare well with multiple nested parentheses (there is a considerable performance drop around the 7th pair).

It should also be noted that on same precedence level operations it favors the right hand side one. That  is, 27 / 9 / 3 would equal 9 and not 1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published