Skip to content

apeschel/Math-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO BUILD:

Required tools:
    * flex  (http://flex.sourceforge.net/)
    * bison (http://www.gnu.org/software/bison/)
    * gcc   (http://gcc.gnu.org/)
    * make  (http://www.gnu.org/software/make/)
    * pkg-config (http://www.freedesktop.org/wiki/Software/pkg-config)

Required libraries:
    * glib  (http://developer.gnome.org/glib/)

With these tools and libraries installed, use make to build the program.

About

A flex and bison program for parsing math expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages