-
I'm curious about this tool, I used in the past "Lzz, The Lazy C++ Compiler (https://github.com/mjspncr/lzz3)" and just found your project indirectly through https://github.com/AthrunArthur/cxxparser…
-
Unicode characters, bytes, and related escapes `\u,\U,\x` are handled inconsistently throughout K, causing a host of issues.
Specifically, in the LLVM backend,
- strings are stored as a `char[]`, …
-
I’d like to use Hap as an opportunity to explore some fun new syntax ideas, while being careful not to blow the weirdness budget entirely, deferring to conventional dynamic imperative languages like J…
-
Thanks again @liamhuber for the pull functionality. I tested it for the list_potentials example in my lammps node. It works really well. In the present implementation, the list_potentials node is part…
-
[The reference](https://doc.rust-lang.org/reference/procedural-macros.html) states that custom derive macros support defined helper attributes:
```rust
#[proc_macro_derive(HelperAttr, attributes(hel…
-
Someone asked on reddit if we’re going to support hyperscript. I think we could definitely do this and promote it as an alternative to JSX/whatever. The only concern I have is that hyperscript typical…
-
Hi :)
I was trying to abort a ongoing query from an em_run() call, but the only way I found was to save the `caller` variable (which is a `QueryHandle`) from any of these callbacks: https://github.co…
-
The following chunk of code passes the static syntax checks:
```julia
@gen (static) function thinking!(t::Int,
is::InteractionState
)::InteractionSt…
-
Some ideas from #494:
- Have clear documentation on when to use which
- Show helpful error messages when one is mistaken for the other
- Make the interface similar enough that most array functions can…
-
It's convenient that an `Error` message was added for `UpdateResponse`, but a bummer that `SubscribeResponse` didn't also get it. One common case that has come several times on my end is subscribing …
tsuna updated
8 years ago