To get going, make sure you have node.js installed. Then do:
npm install -g jison npm install
to get the parser generator. Then run:
make testparser
to make sure the parser was built and is functioning correctly for you. now get to work!