Ömer Sinan Ağacan

Results 317 comments of Ömer Sinan Ağacan

This is not about longest match rule, logos just doesn't support backtracking. If you try my example with any other lexer generator with the longest match rule (alex, ocamllex, lexgen,...

Right, I think we want to make this work with `alt+number` combinations, not with `alt+letter`.

[847dfff](https://github.com/osa1/tiny/commit/847dfff59764d57b710922c66fdcef3c4c348448) updates README to mention default config path on macOS.

Thanks @trevarj, I think this looks pretty good. Let's test this a little bit (the parts without unit tests) and merge. I will update README and CHANGELOG.

Sorry for the delay. I'll try to merge this this week.

It's been a while since I worked on this project so I don't remember all the details, but I think this refers to the IR before final code (assembly) generation...

I needed this once, but I don't remember for what and how I worked around not having it. We probably don't want to return a `Vec` in all semantic actions...

Yeah I think they implemented stack maps in cranelift while implementing Wasm reference types for wasmtime. I agree that it would be great addition to the compiler. I'm a bit...

Note that the rules above are not correct. For example, this won't be lexed correctly: `[1]`.

I've encountered the same issue in https://crates.io/crates/salsa/reverse_dependencies. This package only has 34 reverse dependencies. Refreshing the page a few times worked.