Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.01 KB

cambridge-asm

GitHub Actions Workflow Status Crates.io Crates.io

Disclaimer

This software is not related to Cambridge International, Cambridge University, or any of their sister institutions

Purpose

This is an interpreter for the pseudoassembly defined in syllabus 9618 - Computer Science of Cambridge Assesment International Education. This repository contains two crates:

  • cambridge-asm is the library. Refer to this readme for details.
  • cambridge-asm-cli is the CLI. Refer to this readme for details.