Skip to content

Compilation theory and compilers

Notifications You must be signed in to change notification settings

OskarKocjan/TKiK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphly

A 2D graphical language project in cooperation with Oskar Kocjan and Stanisław Światłoch.

Table of contents

Setup

Run following commands

sudo ./installGraphly.sh path_to_main path_to_bashrc
source ~/.bashrc

path_to_main is path to a directory which contains main.py and path_to_bashrc is path to a directory which contains .bashrc file (usually in /home/user or ~)

Example of usage

Graphly path_to_file

path_to_file is path to a Graphly script

Using -e option:

Graphly path_to_file -e

allows to see whole stacktrace in case of exception.

Details

For more information see "Dokumentacja_języka_Graphly.pdf"

About

Compilation theory and compilers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.5%
  • Java 32.8%
  • ANTLR 1.6%
  • Shell 0.1%