Skip to content

TheCodeHeist/edx-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pearson Edexcel Pseudocode Interpreter

This is a fun project to bring the Pearson Edexcel pseudocode to life! The interpreter is designed to execute pseudocode written in the style used in Pearson Edexcel IGCSE Computer Science course. It mostly follows the syntax and conventions outlined in the official subject specification.

Features

  • Supports basic data types: integers, real numbers, strings, booleans, and lists.
  • Implements control structures:
    • Selection: IF, ELSE
    • Iteration: WHILE, FOR, REPEAT UNTIL, FOREACH
  • Has built-in standard library functions:
    • LENGTH
    • RANDOM
    • TYPE

Usage

The web-based interpreter can be accessed at https://edx-code.vercel.app/. You can write your pseudocode in the editor and transpile to Python to see the output. The interpreter is in progress...

About

Pearson Edexcel Pseudocode Interpreter, based on Pseudocode Command Set provided by Pearson Edexcel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors