Skip to content

Commit 4a117b4

Browse files
Add icon.
1 parent 466a5aa commit 4a117b4

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

asmln.exe

-52.2 KB
Binary file not shown.

asmln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ def _parse_statements_from_source(text: str, filename: str) -> List[Statement]:
10691069
return program.statements
10701070

10711071
def run_repl(verbose: bool) -> int:
1072-
print("ASM-Lang REPL. Enter statements, blank line to run buffer.")
1072+
print("\x1b[38;2;153;221;255mASM-Lang\033[0m REPL. Enter statements, blank line to run buffer.")
10731073
interpreter = Interpreter(source="", filename="<repl>", verbose=verbose)
10741074
global_env = Environment()
10751075
global_frame = interpreter._new_frame("<repl>", global_env, None)

icon.png

1.6 KB
Loading

logo.png

-640 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)