No description
Find a file
2015-02-26 17:36:46 +01:00
.gitignore initial import from the compiler's sources 2014-06-28 21:41:32 +02:00
LICENSE.txt compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00
nim.cfg compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00
pas2nim.babel compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00
pas2nim.nim compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00
paslex.nim compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00
pasparse.nim compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00
README.md compiles again; Nimrod->Nim rename 2015-02-26 17:36:46 +01:00

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!