BarkBasic/README.md

13 lines
900 B
Markdown
Raw Permalink Normal View History

2024-02-05 23:41:03 -05:00
# Bark Basic
Bark Basic (working title) is a BASIC programming language paser. Right now, it is a very simple project that I'll doing in my spare time.
## Background
2025-02-01 05:22:56 -05:00
I've always wanted to write a parser for a programming language, but I had no idea where to start because there are so many ways to write one. Despite writing varies ones in the past, I've never really felt satisfied, so I asked AI.
Originally, I used ChatGPT and I create a BASIC parser so I could use a template. While it worked, it was a little over-engineered for what I needed. Fast-forward to Deepseek making a splash, I tweaked the system prompt for the Coder version to be as good as NASA and requested the same thing but have it be expandable. Worked on the first try from [.NET Fiddle](https://dotnetfiddle.net/vPPVHD).
2024-02-05 23:41:03 -05:00
## License
I license this project under the GPL-3.0 license - see [LICENSE](LICENSE) for details.