Shahar Papini
Shahar Papini
What's the status on this?
I have a suggestion: ```python import asyncio from selectors import DefaultSelector import queue class FFSelector(DefaultSelector): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self._current_time = 0 def select(self, timeout): # There are...
Can you check with scarb nightly?
* **#2987** 👈 * `sierra-v1.2.0` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @spapinistarkware and the rest of your teammates on Graphite
Sounds legit, would love to get a PR. And also tips on how to integrate with Helix :)
Can it integrate with langserver?
Do you get semantic higlighting?
I was hoping most editors could use the syntax highlighting that comes from the language server. Perhaps I was too optimistic here, but I really wanted to only have one...
For static analysis tools, we really hope builders will use our compiler as a library for these. It's designed with API is mind, so it is simple to integrate with....
My idea is to first have a working grammar for Cairo 1.0, in this repo, with good testing to make sure it is in line with our parser, then we...