graalvm / simplelanguage

A simple example language built using the Truffle API.
http://openjdk.java.net/projects/graal/
Universal Permissive License v1.0
608 stars 198 forks source link

Work in progress. #100

Closed c0stra closed 4 years ago

c0stra commented 4 years ago

Not full grammar, Not solved source location propagation to nodes Not solved scoping of variables (for bottom-up approach it differs). Not solved "dnagling else" rule for if statement.

graalvmbot commented 4 years ago

Hello c0stra, thanks for contributing a PR to our project!

We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address ondrej -(dot)- fischer -(at)- gmail -(dot)- com. You can sign it at that link.

If you think you've already signed it, please comment below and we'll check.

c0stra commented 4 years ago

PR created accitentally to main repo. Should have been created to fork master branch only