Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaRaMeRoS-Account committed Mar 8, 2024
1 parent 1ab2ba3 commit a0bdf00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Code/compiler_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class app:
def __init__(self):
self.root = tk.CTk()
self.root.title("Ekips Programming Language Compiler")
self.root.geometry("410x490")
self.root.geometry("410x500")
self.root.protocol("WM_DELETE_WINDOW", self.on_closing)
self.root.iconbitmap("icon.ico")
self.main_frame()
Expand Down
2 changes: 1 addition & 1 deletion Code/compiler_gui_inst.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class app:
def __init__(self):
self.root = tk.CTk()
self.root.title("Ekips Programming Language Compiler")
self.root.geometry("410x450")
self.root.geometry("410x500")
self.root.protocol("WM_DELETE_WINDOW", self.on_closing)
self.main_frame()
self.root.mainloop()
Expand Down
3 changes: 2 additions & 1 deletion Code/file_test.ssp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ variables.init{}
log{initialise the Content of the file}
sleep{1}
main.init{}
drive{10}
drive{10}
main.run{}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ The best way to learn the language you have to remeber the syntax and the functi
6. `calibrate{}`
7. `tank{30}`

## Full example with explaination



## Guide

This will show you how to work with the python cli version:
Expand Down

0 comments on commit a0bdf00

Please sign in to comment.