ceu-lang/ceu

Wrong error message on call method without 'call'.

JingruiLea opened this issue · 1 comments

If we write code like this:

#include "wclock.ceu"

USART_Init(9600);

Obviously, the error appears in the last line. But compiler reports an error like below.

ERR : ./libraries/driver-wclock/avr/timer1-compa.ceu : line 63 : after end : expected ; or statement

It thinks the error occurs at the last line of our library.

Thanks.