Skip to content

Commit c6eec7c

Browse files
authored
Links to blog articles
1 parent 484a856 commit c6eec7c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
A utility and CGI program which translates AQA's GCSE pseudocode specification (course code 8525) to Javascript, ready for execution in a browser or by Node.JS/Spidermonkey.
44

5+
I have written a series of articles about this project, which can be found at https://learnmoderncpp.com:
6+
7+
* [1. Setting the scene](http://learnmoderncpp.com/2021/10/29/writing-a-pseudocode-compiler-1-setting-the-scene/)
8+
* [2. Abstract syntax tree](http://learnmoderncpp.com/2021/10/30/writing-a-pseudocode-compiler-2-abstract-syntax-tree/)
9+
* [3. Generating a scanner](http://learnmoderncpp.com/2021/11/06/writing-a-pseudocode-compiler-2-generating-a-scanner/)
10+
* [4. Generating a parser](http://learnmoderncpp.com/2021/11/13/writing-a-pseudocode-compiler-4-generating-a-parser/)
11+
* [5. Rules, statements and expressions](http://learnmoderncpp.com/2021/11/27/writing-a-pseudocode-compiler-5-rules-statements-and-expressions/)
12+
* [6. Compiler driver frontend](http://learnmoderncpp.com/2021/12/30/writing-a-pseudocode-compiler-6-front-end/)
13+
514
## Building under Windows
615

716
Note:

0 commit comments

Comments
 (0)