holyc-lang icon indicating copy to clipboard operation
holyc-lang copied to clipboard

ERROR: Ran out of tokens

Open ParkerrDev opened this issue 4 months ago • 5 comments

On any example HolyC program I've tried, when I go to compile it I will get an:

ERROR: line 7: Ran out of tokens

on an obscure line number.

The program:

U0 Function(U8 *name="Bob")
{
  "%s\n",name;
}

Function; 
Function("Terry");   

Any idea why this happens? Am I doing something wrong? How can I fix it?

ParkerrDev avatar Oct 05 '24 23:10 ParkerrDev