WerWolv / PatternLanguage

The Pattern Language used by the ImHex Hex Editor
https://imhex.werwolv.net
GNU Lesser General Public License v2.1
173 stars 44 forks source link

fix: Adding anything after #endif on the same line gives an error. #124

Open paxcut opened 2 months ago

paxcut commented 2 months ago

Even if it is a space. When lexer parses an endif just stop reading because it takes no arguments.