Worked in a team to design and create the graph programming language MAP. I worked as the Project Manager for this semester long project that tackled designing and building the compiler for our language. We used PLY (Python Lex-Yacc) to build the compiler, and translated the AST into Python using a traverse class we wrote. We designed MAP to be a language that would make graph programming easier and more intuitive. Links to the documentation for our language can be found on the GitHub page as well.