https://github.com/aionescu/pseudocode
Pseudocode compiler for .NET
https://github.com/aionescu/pseudocode
compiler dotnet pseudocode
Last synced: about 2 months ago
JSON representation
Pseudocode compiler for .NET
- Host: GitHub
- URL: https://github.com/aionescu/pseudocode
- Owner: aionescu
- License: gpl-3.0
- Created: 2019-11-29T16:00:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T22:15:16.000Z (about 3 years ago)
- Last Synced: 2025-03-24T23:34:59.203Z (over 1 year ago)
- Topics: compiler, dotnet, pseudocode
- Language: F#
- Homepage:
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pseudocode
Pseudocode compiler for .NET
## Examples
You can find some test programs in the [examples](examples) folder.
## Building & Running
You will need the .NET SDK, which can be downloaded [here](https://dotnet.microsoft.com/download).
To build, run `dotnet build` in the repo's root directory.
To run the compiler, run `dotnet run ` (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](LICENSE.txt).