lr35902ish racket
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
158B

  1. #lang brag
  2. z-program : ([z-op] /NEWLINE)*
  3. @z-op : z-ld
  4. z-ld : /"LD" z-r8 /"," (z-r8 | z-n8)
  5. z-n8 : U8-NUMBER
  6. z-r8 : REGISTER-ID