Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 294 Bytes

Logo interpreter

A logo language interpreter written in Rust, as part of my studies at the University of Wrocław. Supported functionality:

  • basic commands like moving, drawing, and rotating
  • arithmetic operations
  • defining recursive functions
  • defining variables
  • saving as SVG files