Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary/Array Syntax #4

Open
qpfiffer opened this issue Dec 24, 2015 · 1 comment
Open

Dictionary/Array Syntax #4

qpfiffer opened this issue Dec 24, 2015 · 1 comment

Comments

@qpfiffer
Copy link
Owner

  1. Execute RHS of statement
  2. Find LHS parent object in current scope, otherwise recurse upwards until found. If it doesn't exist throw an exception or error or whatever the hell they are.
  3. create/update the right side of the parent's scope operator. This should work ad infinitum. So:
    testScope.blah.foo : ! + 'a' 'b'
@neauoire
Copy link

I added an overview of all main patterns here: https://github.com/MuteLang/DenLang/tree/master
Let me know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants