Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iewnfod/caie-code-extension


https://github.com/iewnfod/caie-code-extension

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## CAIE Pseudocode

## Usage

You must install the [CAIE_Code](https://github.com/iewnfod/CAIE_Code) binary to use this extension.

The extension recognizes files that end with `.cpc`as 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:

```ps1
"C:\path\to\repo\bin\cpc.exe"
```

2. macOS/Linux:

```bash
/path/to/repo/bin/cpc
```

## Language Repository

[CAIE_Code](https://github.com/iewnfod/CAIE_Code)