Naoya Hatta
Naoya Hatta
I started a new project to host translated documents of Rust. https://rust-lang-translations.org This project uses [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support continuous translation of documentation. Even if the original documentation is updated, the...
I started a new project to host translated documents of Rust. https://rust-lang-translations.org This project uses [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) to support continuous translation of documentation. Even if the original documentation is updated, the...
Closes #1847 Closes #2046
IR construction is planned to occur after the pass2 stage of the analyzer. The pass2 stage performs semantic checks by traversing the syntax tree using the handler mechanism, visiting each...
#2005 can introduce more accurate type checking. So should we introduce to check whether operand of logical operation is 1bit value? If so, the following is all failed, because `1`...
Now operator precedence is resolved at parsing. It causes much parsing time and syntax tree complexity, but operator precedence is necessary only at expression evaluation. So removing operator precedence from...
Now all operations are based on syntax tree. This is not probably suitable for some stages of analyzer. To reduce implementation complexity, I'll consider about introducing IR in this issue.
Preview tab of documentation comment in VSCode is useful. The existing implementation is here: https://github.com/bmpenuelas/waveform-render-vscode