Project for Hackathon Aug 2017 - Thapar University
'N' in its initial stage has these functionalities :
- Variables and function declaration 1.1 Data Types Supported (int, char) and arrays
- Syntax is " " separated i.e, "space" without quotes
- Display realtime errors if any in the console with highlighting line number
During compilation, our language interpretor parses and tokenises the N language code and using various expression checks and error handling, the N code is converted to the respective C++ code. This C++ code is then further compiled to finalise and execute our N code.
Steps:
- Open command promt/terminal in the folder in which program is saved.
- Now type "g++ compiler.cpp -o compiler". Press ENTER
- Now after compilation type "compiler tic.n"
- Play the TIC-TAC-TOE game. Enjoy !!
Team members :
- harshvardhanpro
- Ashish Pandey
- Akshay Sharma
- Prashant
- Ekam