Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 901 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 901 Bytes

GamesOfThronesC

Simple programming language based on Game of thrones dialogues and phrases. Inspired by ArnoldC

A programming language where syntax and statements use the dialogues and phrases from Game of thrones.

More on wiki

The jar for the project can be downloaded here

Usage to run a file

java -jar GameOfThronesC.jar [-c|-r|-cr] [FileToSourceCode|FileToClassFile]

where,

  • -c denotes the source file needs only to be compiled and not run - source code is fed in this case
  • -r denotes the compiled class file needs to be run - a .class file created with GOTC is fed in this case
  • -cr denotes the source file needs to be compiled and run after that - source code is fed again

Feel free to contribute/make changes.