Renamed image

This commit is contained in:
Jens Bouman 2020-05-09 16:14:42 +02:00
parent 1885cdacfe
commit 93597d1cb0
2 changed files with 1 additions and 1 deletions

BIN
Info/GUI_Layout.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -44,7 +44,7 @@ This interpreter implemented the following should-haves:
- Custom error messaging in both the Lexing and running steps of the interpreter, for example: detailing which colors at which positions are unknown - Custom error messaging in both the Lexing and running steps of the interpreter, for example: detailing which colors at which positions are unknown
- Advanced Language Features. All Piet commands are implemented, which includes commands such as modulo, stack rolling, and IO - Advanced Language Features. All Piet commands are implemented, which includes commands such as modulo, stack rolling, and IO
- Instruction-and-show-off video. Although I haven't made a video, I did make a infographic, detailing how the interpreter works. It can be found [here](#interpreter-infographic) - Instruction-and-show-off video. Although I haven't made a video, I did make a infographic, detailing how the interpreter works. It can be found [here](#interpreter-infographic)
- Visualisation through a TKinter GUI, powered by the Pygubu library: ![tkinter layout](/Info/GUI%20layout.png?raw=true) - Visualisation through a TKinter GUI, powered by the Pygubu library: ![tkinter layout](/Info/GUI_Layout.png?raw=true)
## Limitations ## Limitations
Too large images will cause the stack to overflow. The maximum size of the image is dependent on the contents. Too large images will cause the stack to overflow. The maximum size of the image is dependent on the contents.