Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 623 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 623 Bytes

PotatoLang

Lexer and SLR Parser for PotatoLang Programming Language

Guides

To build the project, execute -

$ make all

To run the project, execute -

$ build/compiler <filename>

To delete all the build files, execute -

$ make clean

Contributing

See CONTRIBUTING.md.

Project Team

/**
 * Abhinav Sukumar Rao 2018A7PS0172H
 * Aviral Agarwal 2018A7PS0192H
 * Divyanshu Agrawal 2018A7PS0267H
 */