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

add method call grammar #49

Closed
1 task done
ppaulweber opened this issue Nov 6, 2017 · 0 comments
Closed
1 task done

add method call grammar #49

ppaulweber opened this issue Nov 6, 2017 · 0 comments

Comments

@ppaulweber
Copy link
Contributor

ppaulweber commented Nov 6, 2017

@ppaulweber ppaulweber self-assigned this Nov 6, 2017
ppaulweber added a commit to casm-lang/libcasm-tc that referenced this issue Nov 23, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
* introduced new MethodCallExpression node to represent the syntax rule:
  `<expr> . <direct-call>`
* extended call expression to provide back pointers to the possible base
  expression for (direct) call expressions
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
* introduced new grammar rule: `<expr> . <direct-call>`
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
* directly inherit from DirectCallExpression
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
* updated several grammar rules to have a clean and descriptive
  integration of the new (method) call expression syntax
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
* clean-up and resolved grammar to be stable and conflict free again!
* updated all grammar related post-processing files
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 23, 2017
* provides clear inheritance structure for direct and method call
  expressions
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
* only if the target type is a built-in (for now!)
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
* to bind stronger method call expressions together instead of all other
  term related operators like '+', '-' etc.
* related to sealangdotorg/sea#49
ppaulweber added a commit to casm-lang/libcasm-fe that referenced this issue Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant