-
Hey, so I'm writing a language using Rust, and I'm using logos as the lexer. My language uses indentation to show blocks, and I can't figure out on how to lex indents and dedents using logos. I'm pret…
-
### Environment details
* Conan version: 2.0.14
### Steps to reproduce
A minimal example: https://github.com/valgur/conan-buildenv-issue
Using a package with `package_type = "application"` as a …
-
I had imported another test file, in one (main) test file like this:
```python
from .text_extraction_unit_tests import PrefixStrippingViewUnitTests
wrap_plus_module = sys.modules["Wrap Plus.wrap_pl…
-
I imagine this may be on your radar, but just in case it is not, I am having some issues installing with Python 3.13. Thanks for the work on all your awesome tools!
```bash
~/tmp
❯ mkdir srsly-te…
-
# Square notation
This proposal is an attempt to design a syntax similar to Shrubbery notation (https://github.com/racket/rhombus-brainstorming/pull/122), but where each syntactic element has a sin…
-
e.g. FORTRAN as column-based or Python as indentation-based.
-
```
> fizz ./examples/fizz/two_phase_commit.fizz
line 5:4 mismatched input '' expecting {'None', 'lambda', 'not', 'await', 'print', 'exec', 'True', 'False', 'any', '...', '+', '-', '~', STRING…
-
Hi, I noticed that you use NEW_LINE, INDENT, DEDENT for line breaks, indentation, how should I get the complete and correct code?
-
After creating a new site and installing Frappe Builder, I receive this message every time I try to do a bench --site mysite migrate.
```
Traceback with variables (most recent call last):
File …
-
Since https://github.com/openai/triton/pull/644 a new API is available which is supposed to provide significantly lower overhead.
Replace using `triton.jit()` annotation by a simplified call to `trit…