paulmooreparks / ClifferBasic

ClifferBasic is a sample program for the Cliffer CLI library that implements a very simple BASIC interpreter environment as a REPL (Read-Eval-Print Loop). This project demonstrates the usage of the Cliffer CLI library to build a custom command-line application with an interactive BASIC-like language interpreter.
MIT License
10 stars 0 forks source link

Compiler for .NET Code. #1

Open Spoiledpay opened 1 month ago

Spoiledpay commented 1 month ago

Hello! Great work.

How is the project to transform ClifferBasic into a native Compiler, where it reads the hello.bas code and generates it for .net Code. in the case hello.exe

paulmooreparks commented 1 month ago

Thank you!

I've considered adding a compiler to ClifferBasic, but I started getting interested in some other projects before giving it a lot of thought. I did write one .NET compiler a long time ago (pbrain), but that was for a toy language. It sounds like a fun challenge.

If I do a POC and it goes well, I'll let you know here. Thanks for the suggestion!