stop_due_to_unexpected_token: Quit since an unexpected token was found

Description Usage Arguments Value

Description

Emits an error message containint the unexpected token, the input line number where it occurred, and the line itself; then it quits.

Usage

1
stop_due_to_unexpected_token(token, data_line_num, data_line)

Arguments

token

character string indicating the token type, e.g., "whitespace" or "symbol"

data_line_num

integer line number of data_line in original input file

data_line

character string containing one full line from the input file

Value

Returns nothing


langfob/docaids documentation built on May 20, 2019, 7:56 p.m.