From 82feb8c43c3ce705d3c7a9a0dc1027877cc1856a Mon Sep 17 00:00:00 2001 From: chrisly42 Date: Mon, 26 Jul 2021 10:59:40 +0200 Subject: [PATCH] Fixed syntax error for files ending on non-empty line --- README.md | 3 ++- build.gradle | 3 ++- .../intellij/plugins/m68k/parser/M68kParser.java | 15 +++++++++++++-- .../de/platon42/intellij/plugins/m68k/m68k.bnf | 2 +- .../plugins/m68k/parser/BasicAsmInstTest.kt | 15 ++++++++------- .../parser/basic/basic_block_of_code.txt | 5 ++++- 6 files changed, 30 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b1574cd..9ea405f 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,10 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. ### V0.2 (unreleased) -- Added (same) icon for plugin as for file type. +- Cosmetics: Added (same) icon for plugin as for file type. - Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file. - Performance improvement: Use Stub-Index for global labels and symbols. +- Bugfix: No longer reports a syntax error when file lacks terminating End-Of-Line ### V0.1 (20-Jul-21) diff --git a/build.gradle b/build.gradle index 43c6367..675f821 100644 --- a/build.gradle +++ b/build.gradle @@ -48,9 +48,10 @@ patchPluginXml { setChangeNotes("""

V0.2 (xx-Jul-21)

V0.1 (20-Jul-21)