Skip to content

Java compiler from LOGO to PostScript, written for CS1006 Programming Projects. Written with Daniel Koudouna.

Notifications You must be signed in to change notification settings

12yuens2/ps-logo-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo to PostScript compiler for CS1006

Usage: LogoPSCompiler input_file output_file

NB: The input and output files are relative to their respective directories.

Example usage: LogoPsCompiler "dragon.t" "dragon.gs"
This will use the file "src/LogoPrograms/dragon.t" to output the file "src/GhostScript/dragon.gs"

If using Eclipse, use Run > Run Configurations > Arguments to set the two files.

About

Java compiler from LOGO to PostScript, written for CS1006 Programming Projects. Written with Daniel Koudouna.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages