WIP - introducing the BINOP token
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -22,6 +22,8 @@ check_ERRORS = \
|
||||
feed-5005.err \
|
||||
feed-5006.err \
|
||||
feed-5007.err \
|
||||
feed-5008.err \
|
||||
feed-5009.err \
|
||||
mlist-5001.err \
|
||||
var-5001.err \
|
||||
var-5002.err \
|
||||
|
@ -493,6 +493,8 @@ check_ERRORS = \
|
||||
feed-5005.err \
|
||||
feed-5006.err \
|
||||
feed-5007.err \
|
||||
feed-5008.err \
|
||||
feed-5009.err \
|
||||
mlist-5001.err \
|
||||
var-5001.err \
|
||||
var-5002.err \
|
||||
|
3
t/feed-5008.err
Normal file
3
t/feed-5008.err
Normal file
@ -0,0 +1,3 @@
|
||||
defun :: fun1() { ##ERROR: syntax error - function name not symbol in defun
|
||||
return 10;
|
||||
};
|
3
t/feed-5009.err
Normal file
3
t/feed-5009.err
Normal file
@ -0,0 +1,3 @@
|
||||
defun :* fun1() { ##ERROR: syntax error - function name not symbol in defun
|
||||
return 10;
|
||||
};
|
Reference in New Issue
Block a user