-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update hello world example / fix compiler for hello.glow #191
Comments
In GitLab by @kwanzknoel on May 25, 2021, 17:35 changed the description |
In GitLab by @kwanzknoel on May 25, 2021, 17:35 changed title from Update example / fix compiler for hello.glow to Update {+hello world +}example / fix compiler for hello.glow |
In GitLab by @kwanzknoel on May 25, 2021, 17:43 changed the description |
In GitLab by @kwanzknoel on May 25, 2021, 23:04 parser dump
Notice that the parser produces: I am guessing this should be empty list: |
In GitLab by @kwanzknoel on May 25, 2021, 23:20 parser dump for
|
In GitLab by @kwanzknoel on May 26, 2021, 01:54 mentioned in merge request !143 |
In GitLab by @kwanzknoel on May 26, 2021, 22:38 changed the description |
In GitLab by @kwanzknoel on May 26, 2021, 22:39 changed the description |
1 similar comment
In GitLab by @kwanzknoel on May 26, 2021, 22:39 changed the description |
In GitLab by @kwanzknoel on May 26, 2021, 22:41 Fixed empty params function, but there are still errors when compilation the function body. Have updated the trace. |
In GitLab by @kwanzknoel on May 26, 2021, 22:41 changed the description |
In GitLab by @kwanzknoel on May 26, 2021, 23:12 assigned to @AlexKnauth |
In GitLab by @ApolloUnicorn on May 26, 2021, 23:12 assigned to @kwanzknoel |
In GitLab by @kwanzknoel on May 27, 2021, 16:01 Just so everyone is aware, @AlexKnauth is the one actively working on this. He will be more likely to pinpoint / solve the issue as he wrote the related code. |
In GitLab by @AlexKnauth on Jun 1, 2021, 03:03 mentioned in merge request !144 |
In GitLab by @AlexKnauth on Jun 1, 2021, 06:44 mentioned in commit 83b8b12 |
In GitLab by @kwanzknoel on May 25, 2021, 17:34
hello.glow
Taken from glow-lang.org tutorial.Fails with the following trace:
UPDATED Trace (after https://gitlab.com/mukn/glow/-/merge_requests/143):
We should either update the example / fix the compiler to handle this.
The text was updated successfully, but these errors were encountered: