Skip to content

Commit 6797ff2

Browse files
authored
README.md links to screenshot in branch
1 parent 9af26df commit 6797ff2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A utility and CGI program which translates AQA's GCSE pseudocode specification (
66

77
Prerequisites:
88

9-
* Visual Studio 2019 (or 2022) with C++ compiler supporting `/std:c++20`
9+
* Visual Studio 2019 or 2022 with C++ compiler supporting `/std:c++20`
1010

1111
* Both `win_flex.exe` and `win_bison.exe` from https://github.com/lexxmark/winflexbison
1212

@@ -78,7 +78,7 @@ Windows needs Internet Information Services (IIS) Manager to be enabled and set
7878

7979
Note that inputs to the running program have to be entered into the text field bottom-right **before** the program is run, these being separated by commas. Also the user is prompted to clear the output window when it is full. These are the only significant differences to running the Javascript in a console window.
8080

81-
![Screenshot](https://rg.gosu.cc/cpp-tutor/pseudocode-compiler/main/screenshot.png)
81+
![Screenshot of webapp in Microsoft Edge under Windows](/../screenshots/screenshot.png?raw=true "Webapp-using CGI program under Windows")
8282

8383
## License
8484

@@ -98,7 +98,6 @@ Note that the only deliberate changes from the specification are:
9898

9999
* `SUBROUTINE` parameters in a definition needing to be followed by `: Type` (as for `RECORD` fields), but not where the `SUBROUTINE` is called with arguments.
100100

101-
* Initiializing a variable from a `RECORD` type needs curly braces `{` and `}` and not plain parentheses, this is due to the earlier design of the compiler which means it cannot otherwise distinguish from a `SUBROUTINE` call (with the name of the `RECORD`)
101+
* Initializing a variable from a `RECORD` type needs curly braces `{` and `}` and not plain parentheses, this is due to the earlier design of the compiler which means it cannot otherwise distinguish from a `SUBROUTINE` call (with the name of the `RECORD`)
102102

103-
104-
**Update:** Compound assignment of variables from `RECORD`s (in addition to field assignment) now appears in the specification above, as does `OUTPUT`ing of a comma-separated list of `StringExp`s. Support for both of these is provided.
103+
**Update:** Compound assignment of variables from `RECORD`s (in addition to field assignment) now appears in the specification above, as does `OUTPUT`ting of a comma-separated list of `StringExp`s. Support for both of these is provided.

0 commit comments

Comments
 (0)