Skip to content

Created a parser for Logo Turtle Programming. Alongside this, I created a basic replica of the Turtle Graphics using SDL2.

Notifications You must be signed in to change notification settings

iamastic/TurtleGraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurtleGraphics

Created a parser for Logo Turtle Programming. Alongside this, I created a basic replica of the Turtle Graphics using SDL2.

Instructions

For the Parser

  • Type: 'make parse' for Production Output.

  • Then type 'make runParse'.

  • Type: 'make parse_s' for Output with Sanitize flags.

  • Then type, make runParse_s.

  • Type: 'make parse_v' for Output with Valgrind.

  • Then type, make runParse_v.

For the Interpreter (Graphic Capabilities must be available)

  • Type: 'make interp' for Output via SDL.

  • Then type, make runInterp.

  • Type: 'make extension' for Output via SDL.

  • Then type, make runExtension.

Further instructions are available in testing.txt and extension.txt.

About

Created a parser for Logo Turtle Programming. Alongside this, I created a basic replica of the Turtle Graphics using SDL2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published