Daniel

Results 4 issues of Daniel

Hi there! First, I love what you've created! Thank you! My issue is that some infix operators, when part of an expression that spans multiple lines, can result in subsequent...

enhancement
help wanted

I'm going to record some things I noticed that need improvement: - [x] In the [Precedence ](https://google.github.io/xls/dslx_reference/#operator-precedence)table, mis-rendered `||` and `|` - https://github.com/google/xls/pull/1292 - [x] In the Precedence table, `>>>`...

documentation

E.g. when I have `import qualified Foo.Bar as Foo` or `import qualified Foo.Bar` then don't change it and add explicit imports like so: `import qualified Foo.Bar as Foo (foo, bar,...

This PR introduces a checkbox that enables realistic modeling of production and consumption rates using Linear Programming, solved via the Simplex method. This feature helps players better understand true bottlenecks...