You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
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.
4
4
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/)
0 commit comments