Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 622 Bytes

File metadata and controls

43 lines (40 loc) · 622 Bytes

META

description=Simple identifier lookup canonicalization
type=expr

SOURCE

foo

EXPECTED

UNDEFINED VARIABLE - expr_ident_simple.md:1:1:1:4

PROBLEMS

UNDEFINED VARIABLE Nothing is named foo in this scope. Is there an import or exposing missing up-top?

expr_ident_simple.md:1:1:1:4:

foo

^^^

TOKENS

LowerIdent(1:1-1:4),EndOfFile(1:4-1:4),

PARSE

(e-ident @1.1-1.4 (raw "foo"))

FORMATTED

NO CHANGE

CANONICALIZE

(e-runtime-error (tag "ident_not_in_scope"))

TYPES

(expr @1.1-1.4 (type "Error"))