1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 03:37:43 +00:00

Remove duplicate token declaration from plasm.pla

Before this change, there were two declarations for the 'res' token.
Now there is only one.
This commit is contained in:
Ian Flanigan 2018-11-25 17:46:26 +01:00
parent a8629a4f9a
commit 9a5bf76b71

View File

@ -152,7 +152,6 @@ byte = "AND", LOGIC_AND_TKN
byte = "NOT", LOGIC_NOT_TKN
byte = "RES", BYTE_TKN
byte = "VAR", WORD_TKN
byte = "RES", BYTE_TKN
byte = "WORD", WORD_TKN
byte = "CHAR", BYTE_TKN
byte = "BYTE", BYTE_TKN