Open Capital-EX opened 11 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!
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 therewrite
branch to run.