Pseudonaja is a CIE compliant pseudocode editor for GCSE, iGCSE and A-Level students studying computer science. We aim to provide an easy interface to write, edit and run pseudocode, with syntax inline with the CIE specification for examinations. Pseudonaja is an open source project with the code available using on GitHub. Pseudonaja is currently in the process of development meaning that there is not yet a full set of documentaiton available. The current documentation it being updated as frequently as possible as well as the program itself, documentation for Pseudonaja can be foud here.
- The language package is defined in codemirror6/PS2/
- The editor is configured in codemirror6/editor/
- Run
npx rollup -c
to bundle files to a single script to be run on the browser - Submit detailed PR
More info can be found at CONTRIBUTING.md