IUCompilerCourse / python-student-support-code

Support for for students (Python)
MIT License
57 stars 38 forks source link

X86 grammar is missing jne #21

Open waynee95 opened 1 year ago

waynee95 commented 1 year ago

The Lark grammar in parser_x86.py seems to be missing jne

It only lists

          | "je" CNAME -> je
          | "jl" CNAME -> jl
          | "jle" CNAME -> jle
          | "jg" CNAME -> jg
          | "jge" CNAME -> jge