qdbplang / qdbp

MIT License
51 stars 1 forks source link

Issues Compliling from `main` #54

Open Capital-EX opened 9 months ago

Capital-EX commented 9 months ago

Hi, I was hoping to experiment with this interesting project of yours. However, I ran into an issues with the compiler. I always get an error after := citing "bad syntax". I can get the rewrite branch to run.

dghosef commented 9 months ago

Thanks for checking out qdbp!

I was experimenting with new syntax for the language and the documentation is lagging - sorry about that. I will update in the next few days. The latest version of the compiler uses : for variable declaration instead of :=.

I changed this to prevent any confusion with equality and to have variable assignment syntax mirror parameter assignment syntax.

In general, currently the compiler is buggy and the documentation is behind. I apologize in advance for any frustration. Please let me know if you have other questions!