tonysparks / litac-lang

LitaC compiler in LitaC
7 stars 5 forks source link

Fix fully qualified type name #30

Closed tonysparks closed 1 year ago

tonysparks commented 1 year ago

Fixes the qualified type name syntax. Prior, for a type defined in std/json the syntax only allowed for json::Type which is incorrect - now it allows for std::json::Type which is fully qualified.