Jump to content

Compiler/syntax analyzer: Difference between revisions

Line 6,231:
if (@gettok.curr).tok ~== tok then {
error(@gettok.curr,
msg || ": Expecting '" || text(tok) || "', found '" ||
text((@gettok.curr).tok) || "'")
}
return @gettok.nxt
Line 6,447:
String "\n"
;</pre>
 
 
 
 
=={{header|J}}==
1,448

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.