From a0bdf00cdad6c3785ddb24a9ea80495089ef8a46 Mon Sep 17 00:00:00 2001 From: PaRaMeRoS-Account Date: Fri, 8 Mar 2024 11:38:16 +0100 Subject: [PATCH] Bug fixes --- Code/compiler_gui.py | 2 +- Code/compiler_gui_inst.py | 2 +- Code/file_test.ssp | 3 ++- README.md | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Code/compiler_gui.py b/Code/compiler_gui.py index 37d159e..1a8fd43 100644 --- a/Code/compiler_gui.py +++ b/Code/compiler_gui.py @@ -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() diff --git a/Code/compiler_gui_inst.py b/Code/compiler_gui_inst.py index a6a9c9c..a60e7b3 100644 --- a/Code/compiler_gui_inst.py +++ b/Code/compiler_gui_inst.py @@ -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() diff --git a/Code/file_test.ssp b/Code/file_test.ssp index 435aaad..a1bccaa 100644 --- a/Code/file_test.ssp +++ b/Code/file_test.ssp @@ -3,4 +3,5 @@ variables.init{} log{initialise the Content of the file} sleep{1} main.init{} -drive{10} \ No newline at end of file +drive{10} +main.run{} \ No newline at end of file diff --git a/README.md b/README.md index 8ce5a6d..23fe8bf 100644 --- a/README.md +++ b/README.md @@ -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: