Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Support Paths #59

Open
4 tasks
sunjay opened this issue Mar 4, 2017 · 0 comments
Open
4 tasks

Support Paths #59

sunjay opened this issue Mar 4, 2017 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Mar 4, 2017

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.

  • AST has a separate Path and Identifier - structs in AST use the correct one for their needs
  • Be able to parse paths and use them in the language
  • Have two separate rules in grammar, one for path and one for identifier so that the correct one can be used in the right circumstances
  • Struct names and function names cannot be paths
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant