Skip to content

Simple programming language based on Game of thrones dialogs and phrases.

Notifications You must be signed in to change notification settings

rsri/GamesOfThronesC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple programming language based on Game of thrones dialogs and phrases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages