Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 639 Bytes

CAIE Pseudocode

Usage

You must install the CAIE_Code binary to use this extension.

The extension recognizes files that end with .cpcas PseudoCode files.

Press F5 to run .cpc files, F8 to update the CAIE Code Binary File.

Configuration

  1. Open VS Code Preference

  2. Find Extension → CAIE Pseudocode

  3. Modify My Cpc Config:Interpreter Path

    1. Windows:

      "C:\path\to\repo\bin\cpc.exe"
    2. macOS/Linux:

      /path/to/repo/bin/cpc

Language Repository

CAIE_Code