This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Description
This feature is only really useful once #37 is implemented.
Path: foo::bar::Foo::bar
Identifier: foo
In the AST, define a Path struct and make Identifier a type alias for String. Make sure the correct one is being used in the right places. This separation is needed because sometimes a path is not a valid identifier.