-
**Introduction:**
To accurately demonstrate and test the issue, I set up two virtual servers on Hetzner Cloud, each with a different architecture: one server utilizes an arm64 (Ampere) processor, a…
-
If ragel is not installed, running `cmake` succeeds but running `make` fails with:
```
/bin/sh: ragel: command not found
```
Although ragel is mentioned as a requirement in mpw's readme, it would …
-
Оставлю в Issue, так как не увидел способа связаться по другому, но можно вполне закрывать/удалять.
Существует [Ragel State Machine Compiler](https://www.colm.net/open-source/ragel/), возможно буде…
-
I've added support for PHP to ragel 6.10. It's basically a modified copy of the C# implementation. I've also added a docker-compose so windows users can develop/run ragel.
I branched off of ragel-6…
-
I can't process the file [environment.rl from the mpw emulator project](https://github.com/ksherlock/mpw/blob/c3b235ee95342880c7c538aa3c678353ec96f156/mpw/environment.rl) with ragel 7.0.4. I also [rep…
-
This is a regression from Ragel 6.10, which set `ts` and `te` pointers as described in the manual, which says this:
> This variable may be used in action code for retrieving the text of
> the curr…
-
It failed when trying to build httpd, the error meesage is:
FAILED: build/release/tests/httpd.o
/opt/scylladb/bin/g++ -MD -MT build/release/tests/httpd.o -MF build/release/tests/httpd.o.d -O2 -I …
-
currently, i wanna add the `use` cmd to the module as it is not supported yet, and i have noticed that this module uses Ragel to generate response parsers (in C), so any modification on the `ngx_http_…
aCayF updated
10 years ago
-
How is the `script.rb` ragel output generated? Commits like [6529c5a](https://github.com/OpenBEL/bel.rb/commit/6529c5a448bf7256c2f949210e4d0a335f8a1598l) indicate it's a manual process done as needed,…
-
I would like to point out that identifiers like “[`_INPUT_DATA`](https://github.com/adrian-thurston/ragel/blob/65540b65ff09330b0293423e3fecc44e63f30614/src/inputdata.h#L23-L24 "Update candidate")” and…