RadsammyT / SS-AJANRO

Interprets a certain Professor's pseudo-code language into C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AJANRO - A Pseudocode programming language designed by Professor Madras in collaboration with Tiffany, Andrew, and Robert.

SS-AJANRO - A (crude) translator for AJANRO written in C++ out of spite.

This translator makes multiple assumptions regarding I/O, being:

  • That the input comes from the console.
  • That the output goes to the console.
  • While there are features for File I/O in AJANRO, they won't be implemented for now. (SIKE. guess I did it anyway- and its shit)

See the tests dir for examples relating to AJANRO.

How to Build

Compilation requires premake5 for build files. Check the premake5 documentation here to see a list of all compatable build systems.

Alternatively, use EmergencyMake.bat incase you don't want to use premake.

About

Interprets a certain Professor's pseudo-code language into C++.


Languages

Language:C++ 97.7%Language:Lua 1.4%Language:Shell 0.5%Language:Batchfile 0.4%