pas2nim
pas2nim is a tool to translate Pascal code to Nim.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install pas2nim
choosenim install pas2nim
git clone https://github.com/nim-lang/pas2nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| pas2nim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nim-lang/pas2nim |
|---|---|
| Homepage | https://github.com/nim-lang/pas2nim |
| Registry Source | nimble_official |
README
pas2nim
pas2nim is a tool to translate Delphi/Pascal wrappers to Nim code.
It was used to translate the original Nim compiler that was written in Pascal.
Only what maps easily to Nim is supported. Delphi's class or other "fancy"
features are not supported.
Note: This project is essentially not maintained anymore! Help if you are interested in keeping it alive!