You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
The text was updated successfully, but these errors were encountered:
jyn514
added
bug
Something isn't working
parser
Issue to do with parsing the abstract syntax tree
structs
Struct errors are the most common lately by far
labels
Oct 28, 2019
Describe the bug
Structs are dereferenced one too many times
Expected behavior
A struct deref (
get_struct()->m
) performs one deref.Actual Behavior
Struct derefs perform two derefs.
Code
AST
Please paste the output of
cargo run -- --debug-ast
here.ASM
The text was updated successfully, but these errors were encountered: