Skip to content

Commit 3be41f8

Browse files
committed
update Pascal Parser
1 parent 578f8a2 commit 3be41f8

File tree

8 files changed

+824
-427
lines changed

8 files changed

+824
-427
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ To download the Windows 10 64-Bit Professional based Application, you can visit:
66
Here are some out dated screen shoot on running the application:
77
For the Commodore C-64 TrueType Font, visit: [C64Font](https://style64.org/release/c64-truetype-v1.2.1-style)
88

9+
Programmers Desktop - Windows 10 Pro Multi-Monitor:
10+
![Preview](src/img/desktop002.png)
11+
912
Preview Úbuntu Linux - Hyper-V under Windows:
1013
![Preview](src/img/windesk.png)
1114

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-26 21:18:42,743: INFO: init ok: session start...
1+
2025-01-27 18:14:51,489: INFO: init ok: session start...
6.85 KB
Binary file not shown.
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
// fgfg
1+
PROGRAM Test;
2+
TYPE
3+
VAR x: integer;
4+
VAR y, z: real;
5+
BEGIN
6+
x := 10;
7+
y := 20.5;
8+
z := x + y;
9+
END.
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
{ this is a
2-
block comment that can be appear on
3-
multiple lines
4-
}
5-
// *******
6-
** ddddd
7-
(* (* *)
8-
*)

src/client-windows.py

Lines changed: 403 additions & 206 deletions
Large diffs are not rendered by default.

src/client-windows.py.bak

Lines changed: 408 additions & 211 deletions
Large diffs are not rendered by default.

src/img/desktop002.png

372 KB
Loading

0 commit comments

Comments
 (0)