transpiling-languages icon indicating copy to clipboard operation
transpiling-languages copied to clipboard

The companion repository of the article https://tomassetti.me/transpiling-languages-from-vba-to-vb-net/

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.