Skip to content

gabriele-tomassetti/transpiling-languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.