Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 599 Bytes

File metadata and controls

12 lines (8 loc) · 599 Bytes

vintage-basic

Vintage BASIC Interpreter in C#, inspired by the Haskell implementation.

Most of the initial code was written by Jules using the Haskell code as reference. The result more-or-less worked, although some manual tweaking was needed to get all the examples to run. Once sufficient unit tests were in place, I started refactoring the code to make the C# something I could actually stand to look at; AI generated code may run, but it may not be something you want to look at.

Pull requests are welcome!