mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 19:51:33 +00:00
* Add Inf and NaN literals to the DSL * Parser-build artifacts * is_nan DSL function * doc-build artifacts * webdoc material
13 lines
728 B
Text
13 lines
728 B
Text
mlr: cannot parse DSL expression.
|
|
Parse error on token "`" at line 20 column 3.
|
|
Please check for missing semicolon.
|
|
Expected one of:
|
|
; { } unset filter print printn eprint eprintn dump edump tee emitf emit1
|
|
emit ( emitp field_name $[ braced_field_name $[[ $[[[ full_srec oosvar_name
|
|
@[ braced_oosvar_name full_oosvar all non_sigil_name arr bool float int
|
|
map num str var funct + - .+ .- ! ~ string_literal regex_case_insensitive
|
|
int_literal float_literal boolean_literal null_literal inf_literal nan_literal
|
|
const_M_PI const_M_E panic [ ctx_IPS ctx_IFS ctx_IRS ctx_OPS ctx_OFS ctx_ORS
|
|
ctx_FLATSEP ctx_NF ctx_NR ctx_FNR ctx_FILENAME ctx_FILENUM env call begin
|
|
end if while do for break continue func subr return
|
|
|