-
I wrote a trivial hello world program in **Rust** and then compiled using the **wasm32-wasi** target. I am working on a WASI implementation and have implemented enough of the WASI spec to execute this…
-
### Bug Description
How to store, reuse the stored embeddings created by elastic search and denseX.
Below is one approach where I facing issues if I store them in dictionary and trying to send it.…
-
Some tags require a long-form `RECORDHEADER` even if their body is short enough for the size to fit in a short header. These tags are (using spec names): `DefineBits`, `DefineBitsJPEG2`, `DefineBitsJP…
-
Nothing more than the subject line, I just wanted to say that I **love** where you're going with this!
I see that you have support for ASTs, but what about concrete syntax trees (CSTs)? I've been…
-
There are a few invented opcodes in the Opcode type, which might not be the best thing to have if we want to parse CIL because the parser would have to case-analyze what it is parsing to build the AST…
-
**Is your feature request related to a problem? Please describe.**
The DomainParser cannot seem to handle `(- (function_name object_name) 1)` as part of a precondition.
Here is an example domai…
-
Rusty's been working on a protocol test framework including a protocol test language that we'd want to implement a parser for. We should probably play with doing it before we end up with a language th…
-
The name of the parser: C
The command line you used to run ctags:
```
$ ctags --options=NONE -D 'SYSCALL_DEFINE3(name,...)=long name(__VA_ARGS__)' open.c
```
open.c is extracted from linu…
kcwu updated
4 months ago
-
I've been doing a lot of ASCII-intensive protocol work (HTTP, URL, Websocket, JSON libraries) and I have had to implement many of these myself. What is the status of this proposal? It seems useful.
-
The usage of macros can lead to severe parsing and indexing issues, like the following code:
```return ( `TimeSince( LastRenderTime ) < 0.3 );```
The usage of `TimeSince here will tell the lexer…