MATSMACKE / IBPcodeCLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IB Pcode CLI

A tool to translate IB Pseudocode to JavaScript.

Credit:

This tool is adapted from Dave Mulkey's original EZ Pseudocode tool to run as a command line interface in Node.js.

Requirements:

Node.js

Usage:

Rename pcode-cli-yourOS-yourCPUarchitecture to pcode-cli.

Make sure pcode file (.pseudo to allow VS Code syntax highlighting) is in the same folder as pcode-cli.

Open a Terminal to that folder.

Run: ./pcode-cli your_file_name or use IB Pseudocode Runner VS Code Extension

Recommended:

VS Code as a code editor with integrated terminal.

IB Pseudocode Runner VS Code Extension which is made specifically for this script

IBCS Pseudocode VS Code Extension to allow for syntax highlighting following the syntax and semantics of IB Pseudocode.

About


Languages

Language:JavaScript 100.0%