Ryo Hirayama
Ryo Hirayama
## Current implementation The interpreter we are using now evaluates MIR (Mid-level IR) directly. It's easy to understand but may have bad performance. MIR is a collection of CFG (Control...
Because mry lacks some functionalities, we need manually implemented mocks.
## Background - deskc does incremental compilation for Desk-lang code. - dworkspace emits ASTs with inconsistent `NodeId` in most cases. ## Problem In most cases, full compilation occurs because `NodeId`s...
I don't want to use a GitHub action like [this](https://github.com/JamesIves/github-sponsors-readme-action) for security reasons. I need a cli tool to generate sponsors svg.
Something like dependent types. ```typescript let a: "a" = "a" ```