Improve error handling for literal parsing

This commit is contained in:
Ben Gruver
2015-02-21 14:02:12 -08:00
parent 251d6073b9
commit 4640cc9c5b
3 changed files with 46 additions and 0 deletions

View File

@ -6,4 +6,8 @@
.annotation runtime Lblah;
blah .blah .blah
.end annotation
.annotation runtime Lblah;
blah = .blah .blah
.end annotation