PL/0 Language SupportThis 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. FeaturesSince 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.
Release Notes0.0.1The 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. |