Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

Allow multiple consecutive types? #1

Open
rendaw opened this issue Sep 12, 2017 · 0 comments
Open

Allow multiple consecutive types? #1

rendaw opened this issue Sep 12, 2017 · 0 comments

Comments

@rendaw
Copy link
Owner

rendaw commented Sep 12, 2017

This is mostly important for creating shorthands.

Ex:

statements: [
    (text) "hi",
    (expression) {
        type: (plus) [1, 2],
    }
]

to

statements: [
    (text) "hi",
    (expression) (plus) [1, 2],
]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant