Skip to content

fatherOfMS/IBPcodeCLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%