Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PL/0 Language SupportNew to Visual Studio Code? Get it now.
PL/0 Language Support

PL/0 Language Support

Xinyi Xie

|
596 installs
| (0) | Free
Visual Studio Code Language Support for PL/0
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PL/0 Language Support

This is a VS Code extension written for the PL/0 language used in the compiler course of China Agricultural University.

PL/0 is a small educational language designed and implemented by Wirth to be used as an example of compiler development. It features quite limited language constructs: there are no real numbers, very few basic arithmetic operations and no control-flow constructs other than "if" and "while" blocks.

Features

Since this is the very first version of the extension, it only provides basic syntax highlighting, autocomplete and auto-indentation for the PL/0 language. More features, such as a full PL/0 compiler and an interpreter, are expected to be added in the future. This extension only supports the most basic version of PL/0 as defined in the specs.

  • Syntax highlighting
  • Autocomplete
  • Auto indentation

Release Notes

0.0.1

The initial release of PL/0 language support: provides simple syntax highlighting, autocomplete and auto-indentation for the PL/0 language. PL/0 compiler will be added later.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft