Create a Transpiler: From VBA to VB.NET
This is the companion repository of the article Create a Transpiler: From VBA to VB.NET. A tutorial that explains how to create a transpiler.
This repository include a prototype transpiler from VBA to VB.NET. This is a C# program that runs on the .NET platform and requires an edition of Visual Studio.
In the folder VisualBasic.Transpiler\SampleCode there are a few examples files that can be transpiled by this prototype transpiler.
下载源码
通过命令行克隆项目:
git clone https://github.com/gabriele-tomassetti/transpiling-languages.git