Progressive-Learning-Platform / PLPTool6

Prototype for PLPTool frontend interface overhaul
2 stars 4 forks source link

No error message given when commas are not used in an instruction. #76

Closed dmcevoy1 closed 7 years ago

dmcevoy1 commented 7 years ago

No error message given when commas are not used in an instruction. It simply prints Java.lang.NullPointerException if comments are missed. Please add an appropriate error message.

harsha-kadekar commented 7 years ago

Fixed now.. Assemble function was enclosed by a general try catch blocks, so all exceptions were caught and not reported to main.java functions. Now removed. Also some improvements to the code now for better error handling in assembler