A BASIC to Javascript compiler/transpiler utilizing Irony and developed using VB targeting .NET 7.
The primary inspiration of this project is a combination of both the included example in Irony as well as the Code Project article, JSBasic - A BASIC to JavaScript Compiler; both of which are implemented in C#. The awareness of Irony is thanks to Scott Hanselman.