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

Directives arguments are the only tokens allowed in the same line as the directive except comments and end of program. #125

Open paxcut opened 2 months ago

paxcut commented 2 months ago

Added a function that will ignore any tokens remaining after the directive has been fully parsed. this fixes lots of issues with directives such as having spaces after them.