aionescu / pseudocode

Pseudocode compiler for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pseudocode

Pseudocode compiler for .NET

Examples

You can find some test programs in the examples folder.

Building & Running

You will need the .NET SDK, which can be downloaded here.

To build, run dotnet build in the repo's root directory.

To run the compiler, run dotnet run <file> (e.g. dotnet run examples/factorial.psc). This will also build the project if it was not built beforehand.

VS Code Extension

This repo also includes a VS Code extension for Pseudocode syntax highlighting.

You can install it by running the install-vscode-ext.sh script, or manually copying/symlinking the pseudocode-vscode folder into your VS Code extensions folder.

License

This repository is licensed under the terms of the GNU General Public License v3. For more details, see the license file.

About

Pseudocode compiler for .NET

License:GNU General Public License v3.0


Languages

Language:F# 99.7%Language:Shell 0.3%