ncsa / qdl

the QDL programming language
Other
1 stars 0 forks source link

Convert @ to being an operator #58

Open jjg-123 opened 1 month ago

jjg-123 commented 1 month ago

@ acts like an operator, but for parsing, it is handled a bit differently so that expressions like @* parse right. I wrote that some time ago and now in my dotage, I realize it really can be simplified to work right.