Skip to content

A Cambridge International Pseudocode to JavaScript transpiler

License

Notifications You must be signed in to change notification settings

VinceKaj/cie-pseudocode-compiler

Repository files navigation

cie-pseudocode-compiler

This unofficial CIE Pseudocode Compiler is a transpiler for Cambridge International A-level Computer Science Pseudocode. It converts pseudocode into JavaScript, which can later be executed as a standalone .js script.

The browser version can be found here.

cut

How to use it

The full CIE Pseudocode guide can be found here [PDF] (from 2021).

Note: This project requires node and npm.

Installation and usage:

  1. Clone this repository
  2. Install dependencies with npm install
  3. Write your Pseudocode script in script.pc
  4. Run npm start to translate and execute your script

The program will translate your script.pc file into compiled.js, then execute the new JavaScript code.

About

A Cambridge International Pseudocode to JavaScript transpiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published