Skip to content

cptaffe/shunting-yard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shunting-yard

An implementation of the shunting-yard algorithm built with gyp.

Building

If you haven't already, clone chrome's depot_tools repo and add it to your PATH.

To use ninja do

export GYP_GENERATORS=ninja
gyp --depth=.
ninja -C out/Default/

The binary is now at out/Default/infix.

About

An implementation of the shunting-yard algorithm built with gyp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published