nibblebits / PeachCompiler

A C compiler created for the how to create a C Compiler online course
GNU General Public License v2.0
82 stars 36 forks source link

EXPRESSION_LOGICAL_OR not in EXPRESSION_UNINHERITABLE_FLAGS #22

Open fedi-nabli opened 7 months ago

fedi-nabli commented 7 months ago

Hello Daniel,

In the EXPRESSION_UNINHERITABLE_FLAGS macro function you added "EXPRESSION_LOGICAL_AND" but not "EXPRESSION_LOGICAL_OR". Is this a bug or intended.

Kind Regards

nibblebits commented 2 days ago

Hello Fedi, Thanks for reaching out, once theres enough issue reports I will go through them all and create a lecture addressing any issues.

Thanks for reporting this, I cannot tell you right now if it is intended or a bug when it comes to making the new lecture I will examine all issue reports accordingly

Thanks Dan