Skip to content

JunnoY/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

26020-lab4-S-Compilers

26020-lab4-S-Compilers

This repository contains a python program called compiler.py. This program can solve a graph colouring porblem with 26 colours represented as "A-Z".

Instruction for running the program

  1. To run the program, you should open the terminal under the program's path.
  2. The program takes two arguments as input and output paths.
  3. To run the code, enter the following command in the terminal.
python3 compiler.py <inputFilePath> <outputFilePath>
  1. You can use -h to get help for required arguments. For example:
python3 compiler.py -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages